mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 23:11:36 +08:00
920415-1.c: Add declaration for abort and exit.
* gcc.c-torture/compile/920415-1.c: Add declaration for abort and exit. From-SVN: r108680
This commit is contained in:
parent
38611275f6
commit
e387bbfa26
@ -1,3 +1,8 @@
|
||||
2005-12-16 Mike Stump <mrs@apple.com>
|
||||
|
||||
* gcc.c-torture/compile/920415-1.c: Add declaration for abort and
|
||||
exit.
|
||||
|
||||
2005-12-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
||||
|
||||
PR libgfortran/25264
|
||||
|
@ -1,3 +1,6 @@
|
||||
extern void abort (void);
|
||||
extern void exit (int);
|
||||
|
||||
#ifndef NO_LABEL_VALUES
|
||||
f ()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user