[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
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 12 14:33:00 GMT 2012
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.
More information about the Gcc-bugs
mailing list