http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431
Markus Trippelsdorf changed:
What|Removed |Added
CC||markus at trippelsdorf dot
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431
Paolo Carlini changed:
What|Removed |Added
CC||icegood1980 at gmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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.