Felipe Cabarcas
Results
2
issues of
Felipe Cabarcas
The testcase (compiled with clang): ``` void f() { #pragma omp for collapse(UNKNOWN) for (int i = 0; i < 10; ++i); } ``` https://godbolt.org/z/hb7TKb5GY Compilation error: ``` test.c:5:30: error:...
good first issue
openmp
clang:frontend
beginner
crash
Some of the target_requires_atomic tests get on infinite loop with LLVM/Clang compiler because lockstep execution on the target device and the `if-else` order of execution. These tests are written assuming...
5.0
bug fix