https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119618
--- Comment #3 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Sam James from comment #2) > It's compare-debug. `gcc -c ceval.i -fprofile-generate -g` works, but `gcc > -c ceval.i -fprofile-generate -g -O1` fails. Sorry, and: -O0 and -O1 without -g work.