[Bug c++/58611] [4.8/4.9/4.10 Regression] [c++11] ICE with invalid constexpr constructor used in array initialization

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58611 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/58611] [4.8/4.9/4.10 Regression] [c++11] ICE with invalid constexpr constructor used in array initialization

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58611 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Jul 14 05:25:31 2014 New Revision: 212506 URL: https://gcc.gnu.org/viewcvs?rev=212506&root=gcc&view=rev Log: PR c++/58611 * decl.c (check_initializer): Don't finish_compound_l

[Bug c++/58611] [4.8/4.9/4.10 Regression] [c++11] ICE with invalid constexpr constructor used in array initialization

2014-07-13 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58611 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|