OSDN Git Service

tweak
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Mar 1998 10:06:19 +0000 (10:06 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 28 Mar 1998 10:06:19 +0000 (10:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18872 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.other/friend1.C
gcc/testsuite/lib/old-dejagnu.exp

index 72ce946..e00f5e6 100644 (file)
@@ -24,6 +24,6 @@ void f()
 {
     ((B*)0)->i = 3; // ERROR - protected
     ((D*)0)->i = 4;
-    B::j = 5;
+    B::j = 5;                  // gets bogus error - XFAIL *-*-*
     D::j = 6;
 }
index 32e5e52..3f6e967 100644 (file)
@@ -198,9 +198,6 @@ proc old-dejagnu { compiler prog cflagsx default_cflags libs } {
 #
 # Other keywords: "Build don't link:", "Build don't run:".
 
-    # FIXME: none of the current test cases use this, so It's not implemented
-    # set tmp [grep $prog "remove -sanitize"]
-
     set name "[file tail [file dirname $prog]]/[file tail $prog]"
 
     set tmp [grep $prog "FIXME -.*"]