This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/19947] New: __attribute__ ((__always_inline__)) fails for no apparent reason
- From: "yuri at tsoft dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Feb 2005 05:10:36 -0000
- Subject: [Bug c++/19947] New: __attribute__ ((__always_inline__)) fails for no apparent reason
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
I have some functions marked with this attribute, on most it works ok,
but sometimes I get:
"sorry, unimplemented: inlining failed in call to 'my_func': function not inlinable"
"sorry, unimplemented: called from here"
And the second line doesn't seem to point to the use of this function at all.
Also statement "unimplemented" seems to be strange.
I can't get sample code since it works fine on all my simple examples.
--
Summary: __attribute__ ((__always_inline__)) fails for no
apparent reason
Product: gcc
Version: 3.4.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: yuri at tsoft dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19947