aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.brendan/crash19.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.brendan/crash19.C8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C b/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C
index 8186a763d22..1738c736297 100644
--- a/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C
+++ b/gcc/testsuite/g++.old-deja/g++.brendan/crash19.C
@@ -1,4 +1,4 @@
-// Special g++ Options:
+// Special g++ Options:
// Build don't link:
// GROUPS passed old-abort
typedef unsigned long _G_clock_t;
@@ -151,8 +151,8 @@ struct __streambuf {
char* _gptr;
char* _egptr;
char* _eback;
- char* _pbase;
- char* _pptr;
+ char* _pbase; // ERROR - inacessible
+ char* _pptr; // ERROR - inacessible
char* _epptr;
char* _base;
char* _ebuf;
@@ -1394,7 +1394,7 @@ class queue : public object {
DESTROYER destroy_f;
STRINGER string_f;
int count;
- swap()
+ int swap()
{
QUEUE tmp = Q;
Q = Q2;