https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94211
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Target Milestone|9.4 |8.5
Summary|[9/10 Regression] |[8/9/10 Regression]
|-fcompare-debug failure on |-fcompare-debug failure on
|phi-opt-13.c |phi-opt-13.c
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think I've introduced this with
r8-3866-g14745bcac0e7b90a5c671b1f9402a53e57ea6431
With
int e = a + 1;
before return a / b; it started already in that revision.