[Bug c++/57764] class static constexpr variables cannot be references

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

[Bug c++/57764] class static constexpr variables cannot be references

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

[Bug c++/57764] class static constexpr variables cannot be references

2014-08-29 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57764 --- Comment #2 from Paolo Carlini --- This is fixed in 4.9.0 and mainline. I'm adding the testcase and closing the bug.

[Bug c++/57764] class static constexpr variables cannot be references

2014-08-29 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57764 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Aug 29 12:47:19 2014 New Revision: 214728 URL: https://gcc.gnu.org/viewcvs?rev=214728&root=gcc&view=rev Log: 2014-08-29 Paolo Carlini PR c++/57764 * g++.dg/cpp0

[Bug c++/57764] class static constexpr variables cannot be references

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