[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2013-02-13 Thread morpheby at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 --- Comment #5 from Ilya Mikhaltsou 2013-02-13 12:20:21 UTC --- (In reply to comment #4) > Created attachment 29430 [details] > simple fail case > > I think I have an even simplier test case, I guess it's the same problem (at > least t

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2013-02-12 Thread freddie_chopin at op dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 --- Comment #4 from Freddie Chopin 2013-02-13 07:29:23 UTC --- Created attachment 29430 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29430 simple fail case I think I have an even simplier test case, I guess it's the same problem

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2012-07-30 Thread morpheby at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 --- Comment #3 from Ilya Mikhaltsou 2012-07-30 14:56:31 UTC --- Reduced source: namespace std { template class initializer_list { }; } using namespace std; class ClassB { public: constexpr ClassB(int x) {} }; template struct ClassA { tem

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2012-07-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-invalid-code Status|

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2012-07-30 Thread morpheby at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 --- Comment #2 from Ilya Mikhaltsou 2012-07-30 14:33:41 UTC --- Created attachment 27896 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27896 Preprocessed source

[Bug c++/54126] ICE on constexpr move ctor with const ref type instead of error

2012-07-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54126 --- Comment #1 from Jonathan Wakely 2012-07-30 14:22:18 UTC --- The attachment is missing