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++/42741] c++0x: core dump in recursive lambda function



------- Comment #1 from vimal78 at gmail dot com  2010-01-14 01:59 -------
the capture list refers to these lambda functions:

auto term = [](int a)->int{return a*a;};
auto next = [](int a)->int{return a++;};

sorry i didn't put this along earlier.


-- 

vimal78 at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|core dump in recursive      |c++0x: core dump in
                   |lambda function             |recursive lambda function


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


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