[Bug middle-end/111856] ICE with return type of typedef of void and `#pragma omp declare simd`

kevinstefanov15 at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Jul 2 22:13:19 GMT 2026


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.


More information about the Gcc-bugs mailing list