[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2015-01-08 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2014-05-20 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2014-05-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 --- Comment #5 from Jason Merrill --- Author: jason Date: Mon May 19 18:41:24 2014 New Revision: 210624 URL: http://gcc.gnu.org/viewcvs?rev=210624&root=gcc&view=rev Log: PR c++/58761 * pt.c (tsubst_copy): Don't check at_function_scope_p.

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2013-11-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 Paolo Carlini changed: What|Removed |Added CC||thomas.sanchz at gmail dot com --- Commen

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2013-10-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 --- Comment #3 from Paolo Carlini --- Thanks Ville. Now we are only missing a patch ;)

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

2013-10-21 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58761 --- Comment #2 from Ville Voutilainen --- Reduced: template struct X { int x = 42; int y = [this](){return this->x;}(); }; int main() { X x; } Seems to require a template to trigger, but from that point onwards, it's quite easy to trigg

[Bug c++/58761] ICE with a lambda capturing this in a NSDMI

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