[Bug c++/85210] ICE with broken structured binding in template

2018-04-05 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85210 --- Comment #2 from David Malcolm --- Confirmed. On gcc-7-branch, with checking enabled, this is: test.cc:5:8: internal compiler error: tree check: expected var_decl, have parm_decl in cp_finish_decomp, at cp/decl.c:7354 7454 SET_DECL

[Bug c++/85210] ICE with broken structured binding in template

2018-04-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85210 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1