From: Jason Merrill Date: Mon, 26 Oct 1998 12:32:06 +0000 (-0500) Subject: fix X-Git-Tag: prereleases/libgcj-0.1~2311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=386c8529ddcd9d50f52ff12eec084dee39a6eb1d;p=thirdparty%2Fgcc.git fix From-SVN: r23355 --- diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C index 1f9cc126f63f..2374b5573463 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb26.C @@ -3,7 +3,6 @@ // cannot declare friend of enclosing class using its scope, works fine // without scope or for definition of foo::bar::f // -// excess errors test - XFAIL *-*-* class foo { @@ -18,6 +17,8 @@ public: }; }; +int foo::bar::x; + int foo::f() { return bar::x; }