* g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.

From-SVN: r32116
This commit is contained in:
Nathan Sidwell 2000-02-23 17:27:07 +00:00 committed by Nathan Sidwell
parent e867a17950
commit b23875c9b5
2 changed files with 5 additions and 1 deletions

View 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.

View 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
};