]> gcc.gnu.org Git - gcc.git/commitdiff
920415-1.c: Add declaration for abort and exit.
authorMike Stump <mrs@apple.com>
Fri, 16 Dec 2005 21:13:33 +0000 (21:13 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 16 Dec 2005 21:13:33 +0000 (21:13 +0000)
        * gcc.c-torture/compile/920415-1.c: Add declaration for abort and
        exit.

From-SVN: r108680

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/920415-1.c

index 3f14f833498399058a8403016e4152f23229f04f..1bc637da813f7863eb3c898f9c050397917c294f 100644 (file)
@@ -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
index 8d9bc0653493ec7a30d9b0bb07801f135ed7b7e6..1636adeaf446db7c85213f633dcf7c9287545f38 100644 (file)
@@ -1,3 +1,6 @@
+extern void abort (void);
+extern void exit (int);
+
 #ifndef NO_LABEL_VALUES
 f ()
 {
This page took 0.096939 seconds and 5 git commands to generate.