[Bug c++/58597] [c++11] ICE with lambda in default argument of template function

2015-01-14 Thread reichelt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597 --- Comment #4 from Volker Reichelt --- The ICE disappered on the 4.9 branch in GCC 4.9.2. But the testcase still crashes trunk with a different stack trace: bug.cc:6:12: internal compiler error: Segmentation fault A a = 0; ^ 0xcdc

[Bug c++/58597] [c++11] ICE with lambda in default argument of template function

2013-10-04 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597 --- Comment #3 from Marek Polacek --- Yeah, indeed :(. As it's too old, I don't have enough cc1plus binaries to really bisect it. Sorry.

[Bug c++/58597] [c++11] ICE with lambda in default argument of template function

2013-10-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597 --- Comment #2 from Paolo Carlini --- Now, Marek, since this is known to fail even with 4.5.0 (with -std=c++0x of course) there is definitely something wrong with your pointing to r180707. I wonder if the fact that before r180707 one couldn't use

[Bug c++/58597] [c++11] ICE with lambda in default argument of template function

2013-10-03 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58597] [c++11] ICE with lambda in default argument of template function

2013-10-03 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58597 --- Comment #1 from Marek Polacek --- Started with r180707.