[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2012-10-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2012-10-10 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 --- Comment #7 from paolo at gcc dot gnu.org 2012-10-10 09:12:28 UTC --- Author: paolo Date: Wed Oct 10 09:12:19 2012 New Revision: 192295 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192295 Log: 2012-10-10 Paolo Carlini

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2012-10-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 Paolo Carlini changed: What|Removed |Added CC|paolo.carlini at oracle dot | |com

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2012-04-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 --- Comment #5 from Paolo Carlini 2012-04-18 10:35:59 UTC --- Seems fixed in mainline.

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2011-12-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 --- Comment #4 from Paolo Carlini 2011-12-21 12:43:38 UTC --- This is a more correct testcase, which also preserves the property of OT that -pedantic works around the issue. Note: removing the string constructor taking an initializer_list also wo

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2011-12-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2011-12-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 --- Comment #2 from Paolo Carlini 2011-12-21 11:17:10 UTC --- Insane, this doesn't happen for an initializer list of 1, 2, 4, or 5 elements. Happens with std::vector too, however. Should be rather easy to construct a reduced testcase including on

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2011-09-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/50478] [C++0x] Internal compiler error when using initializer lists

2011-09-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50478 Paolo Carlini changed: What|Removed |Added Severity|major |normal