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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |15.0
           Keywords|                            |needs-bisection
      Known to fail|                            |13.3.0, 14.1.0
            Summary|[13/14/15 Regression] VRP   |[13/14 Regression] VRP
                   |misses conditional in loop  |misses conditional in loop
                   |is always false sometimes   |is always false sometimes

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Trunk is back down to:
```
.L2:
        add     eax, 4
        add     edx, 6
        cmp     eax, 200
        jne     .L2
```

Reply via email to