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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-11-04
             Status|UNCONFIRMED                 |NEW
            Summary|GCC-14 segfault: error:     |rtlFE: nested inline RTL
                   |expected declaration or     |function cause ICE
                   |statement at end of input   |
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Just like the gimple front-end, the RTL level front-end is for internal
testing.

Reduced testcase:
```
void j() {inline void __RTL test(void) {}}
```

Reply via email to