]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/opt/pr6713.C: Add template instantiation.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 19 Jul 2002 00:07:56 +0000 (20:07 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 19 Jul 2002 00:07:56 +0000 (20:07 -0400)
From-SVN: r55572

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr6713.C

index 89209b1a653f2589865917a4b0c6e7afb96b8e69..491a3407023e18f89e908491ba6000dae5b5d0dd 100644 (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>
 
index c844ddb34d346e7d353ffc83f7873033a9a99282..d89fef81b2c97342943217f88c9a95a7139ef04b 100644 (file)
@@ -93,6 +93,7 @@ _M_leak_hard()
 
 typedef basic_string<char> string;
 
+template int basic_string<char>::count;
 
 int isspa(int ch)
 {