Commit b23875c9 by Nathan Sidwell Committed by Nathan Sidwell

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

From-SVN: r32116
parent e867a179
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.
......
......@@ -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
};
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