20030225-2.c: Add prototype for abort and exit.
authorSteve Ellcey <sje@cup.hp.com>
Mon, 8 Nov 2004 20:49:05 +0000 (20:49 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 8 Nov 2004 20:49:05 +0000 (20:49 +0000)
* testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
exit.

From-SVN: r90297

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20030225-2.c

index 3a11ae4d3655afb7abbf2132aa9d1735a1142e2b..16f5c4a190b4beb2da5062d904dda61f4d05af81 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-08  Steve Ellcey  <sje@cup.hp.com>
+
+       * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
+       exit. 
+
 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR tree-opt/18299
index a21660de71ff482764ceb83b6c06f4026093b33d..fd83ab8e0aa46fa812099c5084a91bc758ce17c8 100644 (file)
@@ -1,6 +1,9 @@
 /* { dg-do run { target ia64-*-linux* } } */
 /* { dg-options "-O3" } */
 
+extern void abort (void);
+extern void exit (int);
+
 int __attribute__((noinline, const))
 ret4 (float value)
 {