re PR c++/10551 (Failure to emit explicitly instantiated template w/--no-implicit...
authorMark Mitchell <mark@codesourcery.com>
Tue, 29 Apr 2003 22:15:34 +0000 (22:15 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 29 Apr 2003 22:15:34 +0000 (22:15 +0000)
commit1f6f0cb610621cec5a80b54ba850fee18d4282ad
tree01084a77e16fc0970395d29f0d377781f92e0c60
parent51dc3d74f84691bda6b24b495ec8cd0f9e52460d
re PR c++/10551 (Failure to emit explicitly instantiated template w/--no-implicit-templates)

PR c++/10551
* pt.c (mark_decl_instantiated): Defer all explicit instantiations
that have not yet been written out.

PR c++/10551
* g++.dg/template/explicit1.C: New test.

From-SVN: r66263
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/explicit1.C [new file with mode: 0644]