This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32492] [4.3 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining
- From: "mark at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2007 12:14:00 -0000
- Subject: [Bug c++/32492] [4.3 Regression] attribute always_inline -> sorry, unimplemented: recursive inlining
- References: <bug-32492-8535@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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