Commit 9bcbdde3 by Danny Smith Committed by Danny Smith

fastcall-1.c (f4): Change return type to void.

	* gcc.target/i386/fastcall-1.c (f4): Change return type to
	void.

From-SVN: r130980
parent 9a60b229
2007-12-16 Danny Smith <dannysmith@users.sourceforge.net>
* gcc.target/i386/fastcall-1.c: (f4): Change return type to
void.
2007-12-16 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/34003
......@@ -12,6 +12,6 @@ void
__fastcall
f3() { }
int
void
__attribute__ ((fastcall))
f4(int x, int y, int z) { }
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