mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-10 02:26:42 +08:00
* gcc.dg/20000623-1.c: Prototype exit and abort.
From-SVN: r34703
This commit is contained in:
parent
596fd31c72
commit
41035013e3
@ -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:
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user