[Bug c++/36631] [4.3/4.4 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 15 14:38:00 GMT 2008
------- Comment #6 from rguenth at gcc dot gnu dot org 2008-09-15 14:36 -------
Ok, during gimplification of B::g its function declaration _does_ have proper
reference-typed arguments. So only during gimplification of trigger () the
function-declaration used for the call to B::g is still "wrong" - it gets
"fixed" later.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36631
More information about the Gcc-bugs
mailing list