20030711-1.c: Include stddef.h and stdio.h.
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 2 Sep 2005 18:13:47 +0000 (18:13 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 2 Sep 2005 18:13:47 +0000 (11:13 -0700)
2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/20030711-1.c: Include stddef.h and stdio.h.
        * gcc.dg/20050826-1.c: Likewise.

From-SVN: r103789

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20030711-1.c
gcc/testsuite/gcc.dg/20050826-1.c

index 6da1500d0b75666cb02e5299fbf905a37ad83dbc..852641f79007781c1f6c1a23327742606043c372 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * gcc.dg/20030711-1.c: Include stddef.h and stdio.h.
+       * gcc.dg/20050826-1.c: Likewise.
+
 2005-08-31  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/23167
index edba6b74e915127cb4debf81721f10ce52a023f7..e76f54f2105a986fca7c885081ff72e638685844 100644 (file)
@@ -2,6 +2,8 @@
    nor any code with memcmp semantics.  */
 /* { dg-do run { target i?86-*-linux* x86_64-*-linux* ia64-*-linux* alpha*-*-linux* powerpc*-*-linux* s390*-*-linux* sparc*-*-linux* *-*-darwin* } } */
 /* { dg-options "-O2" } */
+#include <stddef.h>
+#include <stdio.h>
 #include <sys/mman.h>
 #ifndef MAP_ANONYMOUS
 #define MAP_ANONYMOUS MAP_ANON
index 951f6bc72208361995f6190a7f092319c228b3a2..7563ec7ef11aaf7b2e35bc55a57bf10611ab74e5 100644 (file)
@@ -2,6 +2,8 @@
    nor any code with memcmp semantics.  */
 /* { dg-do run { target i?86-*-linux* x86_64-*-linux* ia64-*-linux* alpha*-*-linux* powerpc*-*-linux* s390*-*-linux* sparc*-*-linux* i?86-*-darwin* powerpc-*-darwin*} } */
 /* { dg-options "-O2" } */
+#include <stddef.h>
+#include <stdio.h>
 #include <sys/mman.h>
 /* Darwin spells this differently */
 #ifndef MAP_ANONYMOUS