[Bug c++/65719] Link error with constexpr variable template

2016-03-02 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 Andrew Pinski changed: What|Removed |Added CC||Juan.Arrieta at jpl dot nasa.gov --- Co

[Bug c++/65719] Link error with constexpr variable template

2015-06-14 Thread ldionne.2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 --- Comment #9 from Louis Dionne --- I can confirm that my original use case now works. Thanks a bunch!

[Bug c++/65719] Link error with constexpr variable template

2015-06-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/65719] Link error with constexpr variable template

2015-06-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 --- Comment #7 from Jason Merrill --- Author: jason Date: Fri Jun 12 19:11:35 2015 New Revision: 224443 URL: https://gcc.gnu.org/viewcvs?rev=224443&root=gcc&view=rev Log: PR c++/65719 * pt.c (tsubst_decl) [VAR_DECL]: Mark namespa

[Bug c++/65719] Link error with constexpr variable template

2015-06-12 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 --- Comment #6 from Jason Merrill --- Author: jason Date: Fri Jun 12 18:16:22 2015 New Revision: 224442 URL: https://gcc.gnu.org/viewcvs?rev=224442&root=gcc&view=rev Log: PR c++/65719 * pt.c (tsubst_decl) [VAR_DECL]: Mark namespa

[Bug c++/65719] Link error with constexpr variable template

2015-06-05 Thread christian.kandeler at theqtcompany dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 Christian Kandeler changed: What|Removed |Added CC||christian.kandeler@theqtcom

[Bug c++/65719] Link error with constexpr variable template

2015-06-03 Thread ldionne.2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 --- Comment #4 from Louis Dionne --- I added Jason to the CC list since he's the one who committed r213641. Jason, any clue about how to fix this?

[Bug c++/65719] Link error with constexpr variable template

2015-06-03 Thread ldionne.2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719 --- Comment #3 from Louis Dionne --- This bug is a real, real pain. I'm willing to help fixing it and/or to provide test cases, but it'll take me forever if someone on your side does not assist, since I don't know the GCC code base. I've looked a