[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-12-09 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 Jason Merrill changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-12-09 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 Paolo Carlini changed: What|Removed |Added CC||miles at gnu dot org --- Comment #7 from

[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-12-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 --- Comment #6 from Jason Merrill 2010-12-09 02:08:34 UTC --- Author: jason Date: Thu Dec 9 02:08:28 2010 New Revision: 167623 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167623 Log: PR c++/46348 * semantics.c (cxx_eval_vec_in

[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 --- Comment #5 from Paolo Carlini 2010-11-07 19:07:45 UTC --- This: template<__SIZE_TYPE__ _Nw> struct _Base { typedef unsigned long _WordT; _WordT _M_w[_Nw]; constexpr _Base() : _M_w() { } }; int main() { _Base<25

[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 --- Comment #4 from Paolo Carlini 2010-11-07 18:45:19 UTC --- Created attachment 22309 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22309 Apply to current v3 to see ICEs in the testsuite

[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 Paolo Carlini changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 --- Comment #2 from Paolo Carlini 2010-11-07 18:09:35 UTC --- Ah, now I see the patch, thanks Jason!

[Bug c++/46348] [C++0x] ICE with constexpr default constructor and array member

2010-11-07 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46348 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|