mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 03:46:47 +08:00
* g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
From-SVN: r32116
This commit is contained in:
parent
e867a17950
commit
b23875c9b5
@ -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.
|
||||
|
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user