* g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Feb 2000 17:27:07 +0000 (17:27 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 23 Feb 2000 17:27:07 +0000 (17:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32116 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/memtemp79.C

index d5dd427..a2da8ba 100644 (file)
@@ -1,3 +1,7 @@
+2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
+
 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
 
        * g++.old-deja/g++.abi/ptrmem.C: New test.
index 4eeffde..a46f309 100644 (file)
@@ -2,5 +2,5 @@
 
 struct foo {
        template<typename T> static void bar( foo* );
-       template<typename T> void bar() const; // gets bogus error - quals XFAIL *-*-*
+       template<typename T> void bar() const; // gets bogus error - quals
 };