decl.c (lookup_namespace_name): Handle getting a TEMPLATE_ID_EXPR.
authorMark Mitchell <mark@codesourcery.com>
Fri, 28 May 1999 00:20:07 +0000 (00:20 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 28 May 1999 00:20:07 +0000 (00:20 +0000)
commitf30c84c9668a1b7e5d7cde91bb9f240ac2a995b2
treed1c816cc0aaeebf4e5d1ab28dbb3754530ed32da
parent6f82ce7097e73aae0154ee1d1af286c63246c4a8
decl.c (lookup_namespace_name): Handle getting a TEMPLATE_ID_EXPR.

* decl.c (lookup_namespace_name): Handle getting a
TEMPLATE_ID_EXPR.
(expand_static_init): Don't call pushdecl for implicitly declared
`atexit' used to register destructors.

From-SVN: r27207
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/testsuite/g++.old-deja/g++.ns/template10.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/debug3.C [new file with mode: 0644]
gcc/testsuite/g++.old-deja/g++.other/static5.C [new file with mode: 0644]