* gcc.dg/20000623-1.c: Prototype exit and abort.

From-SVN: r34703
This commit is contained in:
Zack Weinberg 2000-06-26 03:53:34 +00:00 committed by Zack Weinberg
parent 596fd31c72
commit 41035013e3
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/20000623-1.c: Prototype exit and abort.
2000-06-25 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:

View File

@ -1,6 +1,9 @@
/* { dg-do run } */
/* { dg-options "-O3 -fno-strict-aliasing" } */
extern void exit (int);
extern void abort (void);
struct foos { int l; };
int foo;
static struct foos *getfoo(void);