llvm
llvm copied to clipboard
unexpected unqualified-id: __align__
Is your feature request related to a problem? Please describe
It seems that align causes error:
main.cpp: error: expected unqualified-id
struct __align__(4) test
Describe the solution you would like
No response
Describe alternatives you have considered
No response
Additional context
No response
https://github.com/CHIP-SPV/chipStar/pull/659/files
@jinz2014, this looks like a macro defined for CUDA source files. Could you use the alignas specifier for what you're trying to do?
I am not sure what the label 'need info' means. I close the issue since it will not be supported in clang++/icpx.