* gcc.dg/
20050922-1.c: Remove stdlib.h and declare abort() and
exit().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203901
138bc75d-0d04-0410-961f-
82ee72b054a4
+2013-10-21 Vidya Praveen <vidyapraveen@arm.com>
+
+ * gcc.dg/20050922-1.c: Remove stdlib.h and declare abort().
+ * gcc.dg/20050922-1.c: Remove stdlib.h and declare abort() and
+ exit().
+
2013-10-21 Richard Biener <rguenther@suse.de>
PR tree-optimization/58794
/* { dg-do run } */
/* { dg-options "-O1 -std=c99" } */
-#include <stdlib.h>
+extern void abort (void);
#if __INT_MAX__ == 2147483647
typedef unsigned int uint32_t;
/* { dg-do run } */
/* { dg-options "-O1 -std=c99" } */
-#include <stdlib.h>
+extern void abort (void);
+extern void exit (int);
#if __INT_MAX__ == 2147483647
typedef unsigned int uint32_t;