repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.target
/
i386
/
fastcall-1.c
blob
c286ed3aec7b18947eff68b72153bddc6baf2363
1
/* { dg-do compile { target i386-pc-mingw32* i386-pc-cygwin* } } */
2
3
void
4
__attribute__
((
fastcall
))
5
f1
() { }
6
7
void
8
_fastcall
9
f2
() { }
10
11
void
12
__fastcall
13
f3
() { }
14
15
int
16
__attribute__
((
fastcall
))
17
f4
(
int
x
,
int
y
,
int
z
) { }