900404_04.C: Remove XFAIL.
* g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL. * g++.old-deja/g++.jason/access8.C: Likewise. * g++.old-deja/g++.other/decl5.C: Likewise. From-SVN: r60811
This commit is contained in:
parent
3e0cb4ff7c
commit
7241bd1b01
@ -1,3 +1,9 @@
|
|||||||
|
2003-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
|
* g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
|
||||||
|
* g++.old-deja/g++.jason/access8.C: Likewise.
|
||||||
|
* g++.old-deja/g++.other/decl5.C: Likewise.
|
||||||
|
|
||||||
2003-01-02 Neil Booth <neil@daikokuya.co.uk>
|
2003-01-02 Neil Booth <neil@daikokuya.co.uk>
|
||||||
|
|
||||||
* g++.dg/parse/parse7.C: New test.
|
* g++.dg/parse/parse7.C: New test.
|
||||||
|
@ -12,6 +12,6 @@
|
|||||||
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
; // ERROR - , XFAIL *-*-*
|
; // ERROR -
|
||||||
|
|
||||||
int main () { return 0; }
|
int main () { return 0; }
|
||||||
|
@ -25,6 +25,6 @@ void inh::myf(int i) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void top_t::myf(int i) {
|
void top_t::myf(int i) {
|
||||||
inh::myf(i); // ERROR - cannot convert to inh XFAIL *-*-*
|
inh::myf(i); // ERROR - cannot convert to inh
|
||||||
mel::myf(i);
|
mel::myf(i);
|
||||||
}
|
}
|
||||||
|
@ -31,7 +31,7 @@ struct B {
|
|||||||
};
|
};
|
||||||
int m;
|
int m;
|
||||||
int n;
|
int n;
|
||||||
struct ::Q { // ERROR - ::Q not a member of B XFAIL
|
struct ::Q { // ERROR - ::Q not a member of B
|
||||||
int m;
|
int m;
|
||||||
};
|
};
|
||||||
int A::fn() { // ERROR - A::fn not a member of B
|
int A::fn() { // ERROR - A::fn not a member of B
|
||||||
|
Loading…
Reference in New Issue
Block a user