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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
             Target|powerpc-*-linux-gnu         |powerpc*-*-linux-gnu
   Last reconfirmed|                            |2024-03-23
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

Testcase just in case the source file disappears from the testsuite:
```
void f (void) { extern int x; asm volatile ("#%a0" :: "X" (&x)); }

```

Reply via email to