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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr66813.c
blob
05cda9fc8ddbc150fc5cf74991733fe199714f63
1
/* { dg-do compile { target ia32 } } */
2
/* { dg-options "-march=pentium" } */
3
4
void
f_s
(
void
) {
short
x
;
asm
(
""
:
"=@ccc"
(
x
)); }
5
void
f_i
(
void
) {
int
x
;
asm
(
""
:
"=@ccc"
(
x
)); }