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

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

From-SVN: r130980
This commit is contained in:
Danny Smith 2007-12-15 23:57:36 +00:00 committed by Danny Smith
parent 9a60b229e8
commit 9bcbdde328
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -12,6 +12,6 @@ void
__fastcall
f3() { }
int
void
__attribute__ ((fastcall))
f4(int x, int y, int z) { }