Commit 7241bd1b by Kaveh R. Ghazi Committed by Kaveh Ghazi

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
parent 3e0cb4ff
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>
* g++.dg/parse/parse7.C: New test.
......
......@@ -12,6 +12,6 @@
int i;
; // ERROR - , XFAIL *-*-*
; // ERROR -
int main () { return 0; }
......@@ -25,6 +25,6 @@ void inh::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);
}
......@@ -31,7 +31,7 @@ struct B {
};
int m;
int n;
struct ::Q { // ERROR - ::Q not a member of B XFAIL
struct ::Q { // ERROR - ::Q not a member of B
int m;
};
int A::fn() { // ERROR - A::fn not a member of B
......
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