From: Robert Lipe Date: Tue, 2 Jun 1998 20:10:23 +0000 (+0000) Subject: Per Martin. X-Git-Tag: prereleases/egcs-1.1-prerelease~966 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=666e0f5ad52098975ed535bc3f3a128aa5c8bf51;p=thirdparty%2Fgcc.git Per Martin. From-SVN: r20191 --- diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C index 56b7e43626f8..4ba4b54eff0f 100644 --- a/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C +++ b/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C @@ -1,9 +1,12 @@ // Build don't link: +// Since the constructor is in streambuf.h, additional diagnostics are +// produced, which are not really supported in the old-deja framework +// excess errors test - XFAIL *-*-* #include void t( char* buf ) { - istrstream str = buf; + istrstream str = buf; //ERROR - inaccessible copy constructor }