This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/33763] [4.4/4.5/4.6/4.7 Regression] Bogus inlining failed in call to `xxx': redefined extern inline functions are not considered for inlining


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

--- Comment #26 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-12 14:30:31 UTC ---
The patch fails to bootstrap in libquadmath btw:

/space/rguenther/src/svn/trunk/libquadmath/math/cimagq.c:24:1: error:
redefinition of 'cimagq'
In file included from
/space/rguenther/src/svn/trunk/libquadmath/quadmath-imp.h:26:0,
                 from
/space/rguenther/src/svn/trunk/libquadmath/math/cimagq.c:21:
/space/rguenther/src/svn/trunk/libquadmath/quadmath.h:175:1: note: previous
definition of 'cimagq' was here
make[3]: *** [math/cimagq.lo] Error 1

which seems to make heavy use of gnu-inline always-inline.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]