[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 paolo.carlini at oracle dot com changed: What|Removed |Added CC|paolo.carlini at oracle dot |

[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 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=gccview=revrev=192295 Log:

[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 paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW

[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 paolo.carlini at oracle dot com 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 #2 from Paolo Carlini paolo.carlini at oracle dot com 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

[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 paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[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 paolo.carlini at oracle dot com 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

[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 paolo.carlini at oracle dot com changed: What|Removed |Added Severity|major |normal

[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 paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW