From: Jason Merrill Date: Mon, 26 Oct 1998 00:42:53 +0000 (-0500) Subject: update X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c654a67eadd13922db727edd6092b41659d0678d;p=gcc.git update From-SVN: r23336 --- diff --git a/gcc/testsuite/g++.old-deja/g++.jason/access7.C b/gcc/testsuite/g++.old-deja/g++.jason/access7.C index 708fa0fb626..a1e908f8ece 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/access7.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/access7.C @@ -9,5 +9,5 @@ class A { class B: public A {}; class C: public A {}; class D: public C, public B { - void g () { A::f(); } // gets bogus error - wrongly ambiguous static member call, XFAIL *-*-* + void g () { A::f(); } // gets bogus error - wrongly ambiguous static member call }; diff --git a/gcc/testsuite/g++.old-deja/g++.jason/pmf2.C b/gcc/testsuite/g++.old-deja/g++.jason/pmf2.C index c3decc2e639..7ebb23b095f 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/pmf2.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/pmf2.C @@ -9,5 +9,5 @@ struct A { void g (void (A::*)()); void h () { - g (A::f); // ERROR - failed conversion to method pointer XFAIL *-*-* + g (A::f); // ERROR - failed conversion to method pointer } diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template18.C b/gcc/testsuite/g++.old-deja/g++.jason/template18.C index bcee653c64e..caa5817badc 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/template18.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/template18.C @@ -1,16 +1,14 @@ -// Build don't link: -// Special g++ Options: -g -fexternal-templates // GROUPS passed templates // Bug: g++ emits template instances when it shouldn't. // Special g++ Options: -g -fexternal-templates #pragma implementation "irrelevant_file" -#line 1 "wa.h" -#pragma interface // ERROR - , XFAIL *-*-* +#line 1 "template18.h" +#pragma interface template inline T min (T a, T b) { return a