https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
--- Comment #8 from Patrick Palka ---
Author: ppalka
Date: Mon Mar 7 17:09:53 2016
New Revision: 234038
URL: https://gcc.gnu.org/viewcvs?rev=234038&root=gcc&view=rev
Log:
Adjust fix for PR c++/66786
gcc/cp/ChangeLog:
PR c++/66786
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
Patrick Palka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
--- Comment #6 from Patrick Palka ---
Author: ppalka
Date: Sat Mar 5 01:59:04 2016
New Revision: 233997
URL: https://gcc.gnu.org/viewcvs?rev=233997&root=gcc&view=rev
Log:
Fix PR c++/66786 (ICE with nested lambdas in variable template)
gcc/cp/C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
--- Comment #5 from Patrick Palka ---
Looks like the field LAMBDA_TYPE_EXTRA_SCOPE has what we need. I am testing
this patch:
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 4d405cf..5c344c1 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -369,16 +3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
Patrick Palka changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|mpolacek at gcc d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
Richard Biener changed:
What|Removed |Added
Keywords||ice-on-valid-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66786
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|