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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2024-01-09
     Ever confirmed|0                           |1
           Keywords|                            |needs-bisection
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed, GCC 13 used to reject this:
```

<source>: In function 'f1':
<source>:6:1: error: inlining failed in call to 'always_inline' 'f0': function
not inlinable
<source>:16:3: note: called from here
   16 |   f0 ();
      |   ^~~~~
```

Reply via email to