[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

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

[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

2015-01-20 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59937 --- Comment #6 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Jan 20 13:39:10 2015 New Revision: 219894 URL: https://gcc.gnu.org/viewcvs?rev=219894&root=gcc&view=rev Log: 2015-01-20 Paolo Carlini PR c++/59937 * g++.dg/cpp0

[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

2015-01-20 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59937 --- Comment #5 from Paolo Carlini --- This is fixed for 5.0. I'm adding the testcases and closing the bug.

[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

2015-01-14 Thread jota.uve at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59937 --- Comment #4 from Javier V. Gómez --- (In reply to Jonathan Wakely from comment #3) > (In reply to Javier V. Gómez from comment #2) > > I found another case that worked in G++ 4.8.3 but fails in 4.9: > > This example is complete nonsense. Why

[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

2015-01-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59937 --- Comment #3 from Jonathan Wakely --- (In reply to Javier V. Gómez from comment #2) > I found another case that worked in G++ 4.8.3 but fails in 4.9: This example is complete nonsense. Why is it split across three files? Why doesn't main.cpp i

[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

2015-01-14 Thread jota.uve at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59937 Javier V. Gómez changed: What|Removed |Added CC||jota.uve at hotmail dot com --- Commen

[Bug c++/59937] [constexpr] bogus diagnostic "used in its own initializer"

2014-07-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59937 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON