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++/36631] [4.3/4.4 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining



------- 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


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