This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36631] [4.3/4.4 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2008 14:36:54 -0000
- Subject: [Bug c++/36631] [4.3/4.4 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining
- References: <bug-36631-16302@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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