Commit e99d6fe2 by Richard Henderson Committed by Richard Henderson

* gcc.dg/980217-1.c: Add prototype for printf.

From-SVN: r85991
parent 06d69cd3
2004-08-14 Richard Henderson <rth@redhat.com>
* gcc.dg/980217-1.c: Add prototype for printf.
2004-08-13 Bud Davis <bdavis9659@comcast.net> 2004-08-13 Bud Davis <bdavis9659@comcast.net>
* gfortran.fortran-torture/execute/open_rewind.f90: New test. * gfortran.fortran-torture/execute/open_rewind.f90: New test.
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/* { dg-options "-mieee -O2" } */ /* { dg-options "-mieee -O2" } */
extern void abort(void); extern void abort(void);
extern int printf(const char *, ...);
typedef int int32_t __attribute__ ((__mode__ ( __SI__ ))) ; typedef int int32_t __attribute__ ((__mode__ ( __SI__ ))) ;
typedef union typedef union
......
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