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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-11-27
          Component|c                           |tree-optimization
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Removing:
```
        if (x) *i = 42;
        if (1) *s = 7;
```

And the warning shows up. I don't know why or understand why.

Confirmed.

Reply via email to