Commit 41035013 by Zack Weinberg Committed by Zack Weinberg

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

From-SVN: r34703
parent 596fd31c
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:
New tests.
* gcc.dg/cpp-mi3.def: New file.
......
/* { 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);
......
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