[Bug bootstrap/56714] [4.9 regression] Bootstrap failure libitm/local_atomic:1580:3: error: always_inline function might not be inlinable

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Mar 30 23:13:00 GMT 2013


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56714

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> 2013-03-30 23:12:56 UTC ---
Well, the error message means that the function is not inline (either
!DECLARED_INLINE or UNINLINABLE) and has always_inline flag.
Can you attach the preprocessed source file?

Honza



More information about the Gcc-bugs mailing list