repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
20010520-1.c
blob
97ee32b0b828ee80a2b9480a7a670c6874b1088c
1
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2
/* { dg-options "-w" } */
3
4
void
f
()
5
{
6
int
i
__asm__
(
"%eax"
);
7
__asm__
volatile
(
""
:
"=a"
(
i
));
8
}
9
10