[Bug rtl-optimization/94613] combine: Wrong code due to splitting a simplified IF_THEN_ELSE

krebbel at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Apr 16 07:09:26 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94613

--- Comment #2 from Andreas Krebbel <krebbel at gcc dot gnu.org> ---
-fno-ipa-sra is required to get the same results as in the first comment. The
full command line then is:

c1plus -O3 -march=z14 t.ii -quiet -o t.s -fno-ipa-sra


More information about the Gcc-bugs mailing list