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
PR rtl-optimization/87918
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr84985.c
blob
e987e4113807feea03934089d98b54cc4df46083
1
/* { dg-do compile } */
2
/* { dg-options "-O0" } */
3
int
main
() {
4
int
a
;
5
asm
(
""
:
"=d"
(
a
) :
"0"
(
a
),
"0ae"
(&
a
));
6
}