From 666e0f5ad52098975ed535bc3f3a128aa5c8bf51 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Tue, 2 Jun 1998 20:10:23 +0000 Subject: [PATCH] Per Martin. From-SVN: r20191 --- gcc/testsuite/g++.old-deja/g++.robertl/eb55.C | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C b/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C index 56b7e43626f..4ba4b54eff0 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 } -- 2.30.2