[Bug c++/32492] [4.3 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining
mark at codesourcery dot com
gcc-bugzilla@gcc.gnu.org
Tue Jun 26 12:14:00 GMT 2007
------- Comment #2 from mark at codesourcery dot com 2007-06-26 12:14 -------
Subject: Re: [4.3 Regression] attribute always_inline ->
sorry, unimplemented: recursive inlining
rguenth at gcc dot gnu dot org wrote:
> TYPE_ARG_TYPES says we want a char, but the call expression has an int. I
> would say this is a C++ frontend bug? Or is this somehow expected and we
> need to "deal" with this mismatch?
This is probably something that used to be considered OK, but is now
considered a C++ front-end bug. For avoidance of doubt, I think that
the C++ front end should be changed so that the argument has type "char".
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32492
More information about the Gcc-bugs
mailing list