From: Danny Smith Date: Sat, 30 Oct 2004 07:26:22 +0000 (+0000) Subject: bf-ms-attrib.c: Add protototype for abort. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=514a3b1100835a73bc91d2bfcc897929a792e85b;p=gcc.git bf-ms-attrib.c: Add protototype for abort. * gcc.dg/bf-ms-attrib.c: Add protototype for abort. Remove unnecessary inclusion of stdio.h. From-SVN: r89882 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index eebb2e8a6fb..804e51b56dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-10-30 Danny Smith + + * gcc.dg/bf-ms-attrib.c: Add protototype for abort. + Remove unnecessary inclusion of stdio.h. + 2004-10-29 Roger Sayle PR rtl-optimization/17581 diff --git a/gcc/testsuite/gcc.dg/bf-ms-attrib.c b/gcc/testsuite/gcc.dg/bf-ms-attrib.c index 7e5fd015665..e3832d4b404 100644 --- a/gcc/testsuite/gcc.dg/bf-ms-attrib.c +++ b/gcc/testsuite/gcc.dg/bf-ms-attrib.c @@ -9,7 +9,7 @@ testing nonstandard stuff to begin with. */ /* { dg-options "-ansi" } */ -#include +extern void abort(void); struct one_gcc { int d;