[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2018-11-14 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2018-03-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 --- Comment #7 from Marek Polacek --- Still ICEs: $ ./cc1plus -quiet test1.cpp test1.cpp: In function ‘int main()’: test1.cpp:18:7: internal compiler error: in reshape_init_r, at cp/decl.c:6097 func(); ^ 0x8c8d7e reshape_init_r

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2015-08-05 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 Mikhail Maltsev miyuki at gcc dot gnu.org changed: What|Removed |Added CC||miyuki at gcc

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2015-08-04 Thread mail at jonasplatte dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 Jonas Platte mail at jonasplatte dot de changed: What|Removed |Added Version|4.9.2 |5.2.0

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2014-12-10 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.8.4 |---

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2014-12-10 Thread mail at jonasplatte dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 --- Comment #3 from Jonas Platte mail at jonasplatte dot de --- (In reply to Richard Biener from comment #2) But 4.7 rejects it so there is no version that works. How's it a regression? Does the bug report imply this is a regression? If so,

[Bug c++/64035] [C++11] ICE in reshape_init_r when using initializer list aggregate initialization for default function parameters

2014-12-10 Thread mail at jonasplatte dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64035 --- Comment #4 from Jonas Platte mail at jonasplatte dot de --- EDIT: Sorry for the noise, I didn't notice the summary change before.