Issue 139425
Summary [OpenMP] Assertion `NextVal != ArgumentEnd && "Value for integer select modifier was" " larger than the number of options in the diagnostic string!"' failed.
Labels new issue
Assignees
Reporter k-arrows
    Reproducer:
https://godbolt.org/z/oxKMY78Tc
```cpp
void f(){
#pragma omp atomic
++(int){0};
}
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to