Commit 437deefa by David Edelsohn Committed by David Edelsohn

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

From-SVN: r55572
parent c94974ca
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> 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> 2002-07-17 Eric Botcazou <ebotcazou@multimania.com>
......
...@@ -93,6 +93,7 @@ _M_leak_hard() ...@@ -93,6 +93,7 @@ _M_leak_hard()
typedef basic_string<char> string; typedef basic_string<char> string;
template int basic_string<char>::count;
int isspa(int ch) int isspa(int ch)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment