http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48657
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2011-04-20 19:39:29 UTC --- Author: jason Date: Wed Apr 20 19:39:26 2011 New Revision: 172791 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172791 Log: PR c++/48657 * decl.c (cp_finish_decl): Handle non-member constant variables in templates, too. Added: branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/const4.C Modified: branches/gcc-4_6-branch/gcc/cp/ChangeLog branches/gcc-4_6-branch/gcc/cp/decl.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog