[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

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

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2013-03-04 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 --- Comment #6 from Jason Merrill 2013-03-04 17:12:48 UTC --- Author: jason Date: Mon Mar 4 17:12:32 2013 New Revision: 196437 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196437 Log: PR c++/56464 PR c++/54383

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2013-03-02 Thread ogoffart at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 --- Comment #5 from Olivier Goffart 2013-03-02 15:12:54 UTC --- The code in Bug 56464 is valid code: struct bug { bug*a = [&](){return this;}(); }; (Just in case this may change the priority)

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2013-02-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 Paolo Carlini changed: What|Removed |Added CC|jason at gcc dot gnu.org| --- Comment #4 from Paolo Carl

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2013-02-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 Paolo Carlini changed: What|Removed |Added CC||ogoffart at kde dot org --- Com

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2013-02-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2012-12-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2012-09-26 Thread 166291 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 --- Comment #2 from 166291 at gmail dot com 2012-09-26 18:45:36 UTC --- Some more information is that this only seems to happen when the lambda captures variables, and it's in the global scope.

[Bug c++/54383] Internal compiler error for lamba function using this-> with -std=c++0x

2012-09-24 Thread 166291 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54383 166291 at gmail dot com changed: What|Removed |Added CC||166291 at gmail dot com