aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-10-30 07:26:22 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2004-10-30 07:26:22 +0000
commit514a3b1100835a73bc91d2bfcc897929a792e85b (patch)
treede167ffb74be3c5d85ca4783a6f6177f7e978396 /gcc/testsuite
parentca213f22794d50bc1d8fe8265656086c94368034 (diff)
downloadgcc-514a3b1100835a73bc91d2bfcc897929a792e85b.zip
gcc-514a3b1100835a73bc91d2bfcc897929a792e85b.tar.gz
gcc-514a3b1100835a73bc91d2bfcc897929a792e85b.tar.bz2
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
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.dg/bf-ms-attrib.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index eebb2e8..804e51b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-30 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
+ Remove unnecessary inclusion of stdio.h.
+
2004-10-29 Roger Sayle <roger@eyesopen.com>
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 7e5fd01..e3832d4 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 <stdio.h>
+extern void abort(void);
struct one_gcc {
int d;