* gcc.dg/
20020201-1.c: Remove declarations for exit, abort,
rand, srand. Include <stdlib.h>.
From-SVN: r190155
+2012-08-06 Anna Tikhonova <anna.m.tikhonova@gmail.com>
+
+ * gcc.dg/20020201-1.c: Remove declarations for exit, abort,
+ rand, srand. Include <stdlib.h>.
+
2012-07-16 Steven Bosscher <steven@gcc.gnu.org>
Backport from trunk:
/* { dg-options "-fprofile-arcs" } */
/* { dg-do run { target native } } */
-extern void abort (void);
-extern void exit (int);
-
-int rand (void);
-void srand (unsigned int seed);
+#include <stdlib.h>
int globvar;