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

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Another testcase:
```
unsigned test1(unsigned value)
{
  return ~(value | 0xf);
}
```

This one is reduced from PR 116013 .

Reply via email to