[Bug target/123713] [16 Regression] ICE in composite_type_cond with ms_abi
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 21 02:58:51 GMT 2026
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.
More information about the Gcc-bugs
mailing list