[Bug c++/54995] Converting lambda to C-style functions when there is template

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/54995] Converting lambda to C-style functions when there is template

2012-12-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug c++/54995] Converting lambda to C-style functions when there is template

2012-10-20 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995 --- Comment #1 from niXman i.nixman at gmail dot com 2012-10-20 07:15:28 UTC --- App crash: http://liveworkspace.org/code/3d5e51c9059ea4f37ce2d0d23739d374 More detailed output. source: #include stdio.h typedef

[Bug c++/54995] Converting lambda to C-style functions when there is template

2012-10-20 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54995 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2012-10-20 08:31:12 UTC --- May be duplicate of other known issues about lambdas vs templates.