mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
ea01a538e3
commit
d580407bc4
|
|
@ -1,3 +1,8 @@
|
|||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue