We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Reproducer:
program test !$omp cancel parallel do end
With assertion-enabled flang, the following output is obtained:
Unexpected directive UNREACHABLE executed at /path_to_project/llvm-project/flang/lib/Semantics/check-omp-structure.cpp:2521!
The location of this llvm_unreachable is:
llvm-project/flang/lib/Semantics/check-omp-structure.cpp
Line 2521 in 809f857