https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111856
--- Comment #9 from Kevin Stefanov <kevinstefanov15 at gmail dot com> --- Yes, that's what it was. I had accidentally swapped != for ==, my bad. I did the two changes properly, bootstrapped and successfully compiled the test program now with: ./xgcc -B. -fopenmp-simd -O2 -c ../../my-test-programs/openmp-fail.c -o ../../my-test-programs/openmp-fail.o I will run regression testing and send a patch once everything looks good. Thank you.
