-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault with conditional pointer assignment from different address spaces #1288
Comments
When I compile this example with c9d2022 I get:
which seems like a real issue in the test. Not sure why clspv is not returning that in godbolt. |
Do you mean that the sample code that I provided is wrong or that it exposes an issue in clspv? AFAIK the code should be valid, and |
alright, I used the compilation options put in the godbolt link (
This is very similar to #1259, faaiz can you also take care of this one please? |
We have been working on that, and it is not simple. I'm not sure how to support this pattern. At the moment with generic addrspace we try to figure out the real addrspace and get rid of all generic addrspace. Which means that for each variable we need to figure out one addrspace. But in this pattern |
Results in:
Godbolt link: https://godbolt.org/z/vx91zr9Po
The text was updated successfully, but these errors were encountered: