flang icon indicating copy to clipboard operation
flang copied to clipboard

compiling flang source fails in expsmp.cpp

Open bensonr opened this issue 3 years ago • 0 comments

When compiling the flang source with OMP_OFFLOAD_LLVM defined, the source file expsmp.cpp fails with the error that ili is undefined when if-test is false. Looking at the offending lines, one can see the use of ili at line 2692 outside of the if-test.

bensonr avatar Jul 29 '22 12:07 bensonr