* g++.dg/opt/pr6713.C: Add template instantiation.

From-SVN: r55572
This commit is contained in:
David Edelsohn 2002-07-18 20:07:56 -04:00 committed by David Edelsohn
parent c94974caed
commit 437deefaca
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,14 @@
2002 07-18 David Edelsohn <edelsohn@gnu.org>
* g++.dg/opt/pr6713.C: Add template instantiation.
2002-07-18 Alan Modra <amodra@bigpond.net.au>
* gcc.dg/nest.c: New.
* gcc.dg/nest.c: New test.
2002-07-17 Richard Henderson <rth@redhat.com>
* g++.dg/opt/pr6713.C: New test.
2002-07-17 Eric Botcazou <ebotcazou@multimania.com>

View File

@ -93,6 +93,7 @@ _M_leak_hard()
typedef basic_string<char> string;
template int basic_string<char>::count;
int isspa(int ch)
{