Commit 5dbf56a0 authored by bkoz's avatar bkoz
Browse files

2000-11-22  Loren J. Rittle  <ljrittle@acm.org>

        * 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
parent 1a017ce0
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.
......
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment