[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2020-11-30 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2019-11-16 Thread vegard.nossum at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 Vegard Nossum changed: What|Removed |Added CC||vegard.nossum at oracle dot com --- Comm

[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2019-05-01 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 --- Comment #4 from David Binderman --- I tried out various versions of gcc trunk, from revision 269700 to 270600 and could see no ice. I'd be interested to find out what Marek did to reproduce it.

[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2019-05-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #3

[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2018-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 Marek Polacek changed: What|Removed |Added Priority|P3 |P4

[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2018-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 --- Comment #2 from Marek Polacek --- Before that we printed a boatload of errors: q.cc: In lambda function: q.cc:4:26: error: parameter packs not expanded with ‘...’: int d[] = [] { auto f(a); }; ^ q.cc:4:26: note:

[Bug c++/84655] internal compiler error: unexpected expression 'a' of kind template_parm_index

2018-03-01 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84655 Marek Polacek changed: What|Removed |Added Keywords||ice-on-invalid-code Status|U