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
/
pr68084.c
blob
d3fa3e612534a1495f94130253fe2186ae3b5af8
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
int
x
;
5
6
void
foo
(
void
)
7
{
8
char
r
;
9
10
asm
(
""
:
"=@ccae"
(
r
));
11
12
if
(!
r
)
13
x
=
0
;
14
}
15
16
/* { dg-final { scan-assembler "jnc" } } */