[Bug c++/85209] [8 Regression] ICE with lambda and structured binding

2018-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85209 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/85209] [8 Regression] ICE with lambda and structured binding

2018-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85209 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Thu Apr 5 21:30:47 2018 New Revision: 259156 URL: https://gcc.gnu.org/viewcvs?rev=259156&root=gcc&view=rev Log: PR c++/85209 * pt.c (tsubst_decomp_names): Don't fail or I

[Bug c++/85209] [8 Regression] ICE with lambda and structured binding

2018-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85209 --- Comment #4 from Jakub Jelinek --- Created attachment 43857 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43857&action=edit gcc8-pr85209.patch Untested fix.

[Bug c++/85209] [8 Regression] ICE with lambda and structured binding

2018-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85209 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/85209] [8 Regression] ICE with lambda and structured binding

2018-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85209 --- Comment #2 from Jakub Jelinek --- Outside of template we reject it properly: error: cannot decompose lambda closure type ‘foo()::’

[Bug c++/85209] [8 Regression] ICE with lambda and structured binding

2018-04-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85209 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug c++/85209] [8 Regression] ICE with lambda and structured binding

2018-04-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85209 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|