mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 12:55:12 +08:00
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:
parent
9a60b229e8
commit
9bcbdde328
@ -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
|
||||
|
@ -12,6 +12,6 @@ void
|
||||
__fastcall
|
||||
f3() { }
|
||||
|
||||
int
|
||||
void
|
||||
__attribute__ ((fastcall))
|
||||
f4(int x, int y, int z) { }
|
||||
|
Loading…
Reference in New Issue
Block a user