From: Steve Ellcey Date: Mon, 8 Nov 2004 20:49:05 +0000 (+0000) Subject: 20030225-2.c: Add prototype for abort and exit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c7fa97d9603fd8782194e4c66c7a856ab789bed0;p=gcc.git 20030225-2.c: Add prototype for abort and exit. * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and exit. From-SVN: r90297 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3a11ae4d365..16f5c4a190b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-11-08 Steve Ellcey + + * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and + exit. + 2004-11-08 Andrew Pinski PR tree-opt/18299 diff --git a/gcc/testsuite/gcc.dg/20030225-2.c b/gcc/testsuite/gcc.dg/20030225-2.c index a21660de71f..fd83ab8e0aa 100644 --- a/gcc/testsuite/gcc.dg/20030225-2.c +++ b/gcc/testsuite/gcc.dg/20030225-2.c @@ -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) {