This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14033] [3.3/3.4/3.5 Regression] tree check: expected class 't', have 'x' (error_mark) in initialize_inlined_parameters, at tree-inline.c:829
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Feb 2004 17:44:41 -0000
- Subject: [Bug c++/14033] [3.3/3.4/3.5 Regression] tree check: expected class 't', have 'x' (error_mark) in initialize_inlined_parameters, at tree-inline.c:829
- References: <20040205214839.14033.hans.buchmann@fhso.ch>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-02-06 17:44 -------
Shorter:
----------------------------
struct A;
void foo(A a) {}
struct A {};
void bar(void)
{
foo(A());
}
----------------------------
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14033