re PR c++/65719 (Link error with constexpr variable template)
authorJason Merrill <jason@redhat.com>
Fri, 12 Jun 2015 18:16:22 +0000 (14:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 12 Jun 2015 18:16:22 +0000 (14:16 -0400)
commit350562a75dfb4ac658adf620665871eb47166652
treefeac1e0f18483ad8990337278b9c0c743948ab99
parentdf649a1c7e07d2b521922aead88d7a1477252762
re PR c++/65719 (Link error with constexpr variable template)

PR c++/65719
* pt.c (tsubst_decl) [VAR_DECL]: Mark namespace-scope
variables as DECL_NOT_REALLY_EXTERN.

From-SVN: r224442
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/cpp1y/var-templ29.C [new file with mode: 0644]