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

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

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
```
void test(unsigned x) {
  asm("" : "=g"(x) : "0b"(&x));
}
```

I can't tell if this is invalid code or not.

Reply via email to