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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|error-recovery              |
           Priority|P4                          |P3
   Last reconfirmed|                            |2026-01-21
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed reduced testcase:
```
void a();
__attribute__((ms_abi)) void a(b)
```

In this case, there is no error message.

Reply via email to