projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d4ba75
)
Per Martin.
author
Robert Lipe
<robertl@gcc.gnu.org>
Tue, 2 Jun 1998 20:10:23 +0000
(20:10 +0000)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb55.C
index 56b7e43626f87f37af26694e3fe2e80f7f0074cb..4ba4b54eff0f5c999f1097c4045aef4af7d73cba 100644
(file)
--- 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 <strstream.h>
void
t( char* buf )
{
- istrstream str = buf;
+ istrstream str = buf; //ERROR - inaccessible copy constructor
}