[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-11-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-11-02 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 --- Comment #6 from Markus Trippelsdorf 2012-11-02 11:43:50 UTC --- Dup of Bug 53697 and Bug 53137.

[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-11-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot

[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-10-31 Thread icegood1980 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 --- Comment #4 from icegood1980 at gmail dot com 2012-10-31 22:26:46 UTC --- (In reply to comment #1) > Gcc also doesn't crash if the lambda line is changed to > > [this]{this->bar();}(); > > Although the resulting program does. Of

[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-10-31 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 Paolo Carlini changed: What|Removed |Added CC||icegood1980 at gmail dot

[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-10-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/54431] [C++11] g++ crashes when compiling the following file

2012-09-01 Thread m101010a at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431 --- Comment #1 from m101010a at gmail dot com 2012-09-01 22:04:04 UTC --- Gcc also doesn't crash if the lambda line is changed to [this]{this->bar();}(); Although the resulting program does.