[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread mattyclarkson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 --- Comment #9 from Matt Clarkson 2013-04-23 14:17:10 UTC --- This is a problem with both 4.7.2 and 4.8.0. Checked on http://coliru.stacked-crooked.com/

[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread mattyclarkson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 --- Comment #8 from Matt Clarkson 2013-04-23 14:07:44 UTC --- Created attachment 29921 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29921 A very short reproducible test case (85 loc)

[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread mattyclarkson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 --- Comment #7 from Matt Clarkson 2013-04-23 13:53:04 UTC --- Created attachment 29920 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29920 A simplified reproducible test case

[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 --- Comment #6 from Jonathan Wakely 2013-04-23 13:47:52 UTC --- We have lots of ICEs, they can't all block a release :)

[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread mattyclarkson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 --- Comment #5 from Matt Clarkson 2013-04-23 13:42:50 UTC --- Jonathan, apologies for putting it under libstdc++ and also for putting it as a blocker. I didn't do that because I thought it was blocking my work but more because I thought a

[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 --- Comment #4 from Jonathan Wakely 2013-04-23 13:26:46 UTC --- (In reply to comment #2) > The error happens on line 15 of task.cpp, so you could at least remove > everything after that, and anything else not necessary to reproduce the >

[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug c++/57047] [C++11] stl_pair.h:137:64: internal compiler error: Segmentation fault in constexpr constructor

2013-04-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57047 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|