[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-12-09 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 Ryan Mansfield rmansfield at qnx dot com changed: What|Removed |Added CC||rmansfield at

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-04-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-03-16 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 --- Comment #7 from Jason Merrill jason at gcc dot gnu.org 2013-03-17 02:40:06 UTC --- Author: jason Date: Sun Mar 17 02:39:51 2013 New Revision: 196746 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=196746 Log: PR c++/55931

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-02-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-01-11 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 Daniel Krügler daniel.kruegler at googlemail dot com changed: What|Removed |Added CC|

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-01-11 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 --- Comment #3 from Daniel Krügler daniel.kruegler at googlemail dot com 2013-01-11 13:26:46 UTC --- (In reply to comment #1) Most likely because Testint is not complete at the time of parsing. But this should be considered as a compiler

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-01-11 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-01-11 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 --- Comment #5 from Daniel Krügler daniel.kruegler at googlemail dot com 2013-01-11 18:32:13 UTC --- The ICE bug of 4.8.0 has been submitted as bug 55944

[Bug c++/55931] [C++11] Constexpr member function inside a static member is not working

2013-01-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55931 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2013-01-10 05:18:11 UTC --- std::integral_constantint, x.get() i; // This is not working Most likely because Testint is not complete at the time of parsing.