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


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


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