From 4af466d08e727ffbcd41220d0d3d3f8ce03a6960 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Sat, 28 Mar 1998 05:06:19 -0500 Subject: [PATCH] tweak From-SVN: r18872 --- gcc/testsuite/g++.old-deja/g++.other/friend1.C | 2 +- gcc/testsuite/lib/old-dejagnu.exp | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/gcc/testsuite/g++.old-deja/g++.other/friend1.C b/gcc/testsuite/g++.old-deja/g++.other/friend1.C index 72ce946625e..e00f5e6b259 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/friend1.C +++ b/gcc/testsuite/g++.old-deja/g++.other/friend1.C @@ -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; } diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp index 32e5e52caab..3f6e9675119 100644 --- a/gcc/testsuite/lib/old-dejagnu.exp +++ b/gcc/testsuite/lib/old-dejagnu.exp @@ -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 -.*"] -- 2.30.2