2000-11-22 Loren J. Rittle <ljrittle@acm.org>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 18:16:29 +0000 (18:16 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 18:16:29 +0000 (18:16 +0000)
        * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37662 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.robertl/eb39.C

index 9ff1d8f..ff9e323 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
+
+        * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
+
 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.c-torture/execute/ieee/20001122-1.c: New test.
@@ -61,6 +65,7 @@
 
        * gcc.dg/20001117-1.c: New test.
 
+>>>>>>> 1.855
 2000-11-18  Richard Henderson  <rth@redhat.com>
 
        * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
index edf6ad4..504e2c4 100644 (file)
@@ -2,7 +2,7 @@
 #include <ctype.h>
 #include <iostream.h>
 // #include <streambuf.h>
-#include <libio.h>
+// #include <libio.h>
 #include <strstream.h>
 #include <string.h>