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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ICE when exception is       |[16 Regression] ICE when
                   |thrown from static_assert   |exception is thrown from
                   |message expression          |static_assert message
                   |                            |expression
           Keywords|                            |ice-on-invalid-code
   Target Milestone|---                         |16.0
   Last reconfirmed|                            |2025-08-19
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. asm with the same function call works:
```
<source>:11:19: error: uncaught exception '42'
   11 | asm((get_message()));
      |                   ^

```

Reply via email to