OSDN Git Service

* g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jan 2003 01:44:30 +0000 (01:44 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Jan 2003 01:44:30 +0000 (01:44 +0000)
* g++.old-deja/g++.jason/access8.C: Likewise.
* g++.old-deja/g++.other/decl5.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60811 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.bugs/900404_04.C
gcc/testsuite/g++.old-deja/g++.jason/access8.C
gcc/testsuite/g++.old-deja/g++.other/decl5.C

index 83e2960..56aa24d 100644 (file)
@@ -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>
 
        * g++.dg/parse/parse7.C: New test.
index 75be8ab..d3e2812 100644 (file)
@@ -12,6 +12,6 @@
 
 int i;
 
-;                      // ERROR - , XFAIL *-*-*
+;                      // ERROR - 
 
 int main () { return 0; }
index c0c46ff..71a1f02 100644 (file)
@@ -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);
 }
index 00086d0..b46d57d 100644 (file)
@@ -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