[Bug c++/55992] constexpr static member function not recognised in templated using statement

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

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2016-05-25 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 --- Comment #9 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed May 25 09:50:46 2016 New Revision: 236698 URL: https://gcc.gnu.org/viewcvs?rev=236698=gcc=rev Log: 2016-05-25 Paolo Carlini PR

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2016-05-25 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 --- Comment #8 from Paolo Carlini --- This is fixed in trunk. I'm adding a testcase or two and closing the bug.

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2016-03-14 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 Martin Sebor changed: What|Removed |Added Last reconfirmed|2013-01-15 00:00:00 |2016-3-14 CC|

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2014-11-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 --- Comment #6 from Paolo Carlini paolo.carlini at oracle dot com --- I see... So far I haven't been able to make much progress on c++/15272 itself, thus feel free to reassign.

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2014-11-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2014-09-26 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com --- An alias declaration seems necessary to trigger the bug, eg doesn't affect: templateunsigned P struct my_array : Apole(P) { };

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2013-01-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug c++/55992] constexpr static member function not recognised in templated using statement

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

[Bug c++/55992] constexpr static member function not recognised in templated using statement

2013-01-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55992 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|