[Bug c++/93280] ice: in cp_gimplify_expr, at cp /cp-gimplify.c:933

2020-01-15 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93280 David Binderman changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #

[Bug c++/93280] ice: in cp_gimplify_expr, at cp /cp-gimplify.c:933

2020-01-15 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93280 --- Comment #1 from David Binderman --- Reduced C++ code is: struct a { template a(b); int c; }; struct d { a e{0}; }; void f() { d g; g = {}; } $ /home/dcb/gcc/results/bin/gcc -c bug583.cc bug583.cc: In function ‘void f()’: bug583.c