llvm-project
7a0dfb1f - [OpenACC] Make 'reduction' on a complex ill-formed

Commit
251 days ago
[OpenACC] Make 'reduction' on a complex ill-formed The standard provides for scalar variables, though is silent as to whether complex is a scalar variable. However, during review, we found that it is completely nonsensical to do any of the reduction operations on complex (or to initialize some), so this patch makes it ill-formed.
Author
Committer
Parents
Loading