]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Per Martin.
authorRobert Lipe <robertl@gcc.gnu.org>
Tue, 2 Jun 1998 20:10:23 +0000 (20:10 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Tue, 2 Jun 1998 20:10:23 +0000 (20:10 +0000)
From-SVN: r20191

gcc/testsuite/g++.old-deja/g++.robertl/eb55.C

index 56b7e43626f87f37af26694e3fe2e80f7f0074cb..4ba4b54eff0f5c999f1097c4045aef4af7d73cba 100644 (file)
@@ -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 <strstream.h>
 
 void
 t( char* buf )
 {
-        istrstream str = buf;
+  istrstream str = buf;  //ERROR - inaccessible copy constructor
 }