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++/43641] [C++0x] internal compiler error: tree check: expected call_expr, have target_expr in maybe_add_lambda_conv_op



------- Comment #3 from redi at gcc dot gnu dot org  2010-04-04 17:22 -------
or even just

struct P {};
void drawInside( )
{
    [ ] ( ) -> P
    {
     return P();
    };
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43641


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