mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 12:41:25 +08:00
* g++.dg/opt/pr6713.C: Add template instantiation.
From-SVN: r55572
This commit is contained in:
parent
c94974caed
commit
437deefaca
@ -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>
|
||||
|
||||
|
@ -93,6 +93,7 @@ _M_leak_hard()
|
||||
|
||||
typedef basic_string<char> string;
|
||||
|
||||
template int basic_string<char>::count;
|
||||
|
||||
int isspa(int ch)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user