mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-17 05:50:24 +08:00
remove xfail
From-SVN: r48156
This commit is contained in:
parent
3ad9778947
commit
27aeb83f88
@ -23,6 +23,6 @@ template <class T> struct bar {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <class T> struct baz {
|
template <class T> struct baz {
|
||||||
typedef bar<T>::foo foo; // ERROR - implicit typename - XFAIL *-*-*
|
typedef bar<T>::foo foo; // ERROR - implicit typename
|
||||||
void m(foo);
|
void m(foo);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user