[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2019-07-08 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2019-06-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Wed Jun 12 22:41:35 2019 New Revision: 272223 URL: https://gcc.gnu.org/viewcvs?rev=272223&root=gcc&view=rev Log: PR c++/66999 - 'this' captured by reference. * parser.c

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2019-06-12 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2019-06-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2019-06-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 Marek Polacek changed: What|Removed |Added Keywords|ice-on-invalid-code |diagnostic --- Comment #3 from Marek Pol

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 --- Comment #2 from Paolo Carlini --- Mostly fixed in 6.2.0 - we don't ICE anymore - but we should issue a single error, not two.

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2016-02-05 Thread sshannin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 sshannin at gmail dot com changed: What|Removed |Added CC||sshannin at gmail dot com ---

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2015-10-21 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 Paolo Carlini changed: What|Removed |Added Keywords||ice-on-invalid-code Status|U