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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-11-14
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> (In reply to Sam James from comment #1)
> > Here is a stdlib testcase:
> And here is a reduced testcase from that:
```
void
foo (float *buf)
{
  for (unsigned long i = 0, j = 100; i < 100; i++, j--)
      buf[i] = j;
}
```

Reply via email to