[Bug tree-optimization/125419] [16/17 Regression] ICE at -O3 during GIMPLE pass: ifcvt
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri May 22 18:21:49 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125419
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
/* At this point there should be no ssa names occuring in abnormals. */
gcc_assert (!arg0_op.operands_occurs_in_abnormal_phi ());
Hmm, I originally thought ifcvt would reject ssa names marked with abnormal .
Guess not.
More information about the Gcc-bugs
mailing list