https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103986
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.1.0, 10.2.0, 10.3.0, | |9.1.0, 9.4.0 Known to work| |8.5.0 --- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #7) > Those come from dom3. > > Here is a testcase which runs in finite time to test this (plus it is not a > C testcase also): This only fails at -O2 -funswitch-loops and not -O3 and only fails with GCC 10.x while the original one fails even with 9.x.