[Bug c++/85764] [8/9 Regression] bogus ‘this’ was not captured for this lambda function error

2018-06-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85764 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85764] [8/9 Regression] bogus ‘this’ was not captured for this lambda function error

2018-06-11 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85764 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Jun 11 22:02:07 2018 New Revision: 261462 URL: https://gcc.gnu.org/viewcvs?rev=261462=gcc=rev Log: PR c++/85764 - bogus 'this' not captured error. * lambda.c

[Bug c++/85764] [8/9 Regression] bogus ‘this’ was not captured for this lambda function error

2018-06-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85764 --- Comment #1 from Jason Merrill --- Author: jason Date: Sat Jun 2 03:14:44 2018 New Revision: 261101 URL: https://gcc.gnu.org/viewcvs?rev=261101=gcc=rev Log: PR c++/85764 - bogus 'this' not captured error. * lambda.c

[Bug c++/85764] [8/9 Regression] bogus ‘this’ was not captured for this lambda function error

2018-06-01 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85764 Paolo Carlini changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug c++/85764] [8/9 Regression] bogus ‘this’ was not captured for this lambda function error

2018-05-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85764 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Target Milestone|---