https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122843
--- Comment #11 from rguenther at suse dot de <rguenther at suse dot de> --- On Tue, 25 Nov 2025, pinskia at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122843 > > --- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > Created attachment 62904 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62904&action=edit > Reduced testcase The -march requirement is through reassoc and reassoc-width. This introduces differences like - _816 = _681 ^ _815; + _118 = _815 ^ _680; + _14 = _527 ^ _118; e_817 = e_682 + 1; side-note: re-assoc produces uncanonical operand oder here.
