[Bug c++/84808] [8 Regression] ICE with constexpr and array

2018-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84808 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Mon Mar 12 23:40:20 2018 New Revision: 258471 URL: https://gcc.gnu.org/viewcvs?rev=258471=gcc=rev Log: PR c++/84808 * constexpr.c (find_array_ctor_elt): Don't use elt

[Bug c++/84808] [8 Regression] ICE with constexpr and array

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

[Bug c++/84808] [8 Regression] ICE with constexpr and array

2018-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84808 --- Comment #2 from Jakub Jelinek --- Created attachment 43629 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=43629=edit gcc8-pr84808.patch Untested fix.

[Bug c++/84808] [8 Regression] ICE with constexpr and array

2018-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84808 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/84808] [8 Regression] ICE with constexpr and array

2018-03-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84808 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED