Commit 514a3b11 by Danny Smith Committed by Danny Smith

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
parent ca213f22
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> 2004-10-29 Roger Sayle <roger@eyesopen.com>
PR rtl-optimization/17581 PR rtl-optimization/17581
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
testing nonstandard stuff to begin with. */ testing nonstandard stuff to begin with. */
/* { dg-options "-ansi" } */ /* { dg-options "-ansi" } */
#include <stdio.h> extern void abort(void);
struct one_gcc { struct one_gcc {
int d; int d;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment