]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.dg/980217-1.c: Add prototype for printf.
authorRichard Henderson <rth@redhat.com>
Sat, 14 Aug 2004 07:57:37 +0000 (00:57 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 14 Aug 2004 07:57:37 +0000 (00:57 -0700)
From-SVN: r85991

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/980217-1.c

index c3cafd2afa32c25c696266a5c4315c3e093aa699..0869162e5bf5734514911d3cb4da4cd520d18609 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * gfortran.fortran-torture/execute/open_rewind.f90: New test.
index 6d56d833c8242695a74f1a8a7a7d458de0a91a9a..ad261eb7d561c197253dadf675b2d755b8244410 100644 (file)
@@ -4,6 +4,7 @@
 /* { dg-options "-mieee -O2" } */
 
 extern void abort(void);
+extern int printf(const char *, ...);
 
 typedef int int32_t __attribute__ ((__mode__ (  __SI__ ))) ;
 typedef union
This page took 2.402423 seconds and 5 git commands to generate.