Commit d580407b by Anna Tikhonova Committed by Kirill Yukhin

20020201-1.c: Remove declarations for exit, abort, rand, srand.


        * gcc.dg/20020201-1.c: Remove declarations for exit, abort,
        rand, srand. Include <stdlib.h>.

From-SVN: r189905
parent ea01a538
2012-07-27 Anna Tikhonova <anna.tikhonova@intel.com>
* gcc.dg/20020201-1.c: Remove declarations for exit, abort,
rand, srand. Include <stdlib.h>.
2012-07-26 Janis Johnson <janisjo@codesourcery.com>
* gcc.dg/pr45259.c: Only -fpic depends on fpic support.
......
......@@ -7,11 +7,7 @@
/* { 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;
......
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