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