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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr33555.c
blob
21c56b7bde3e1ff1725f02dd0381c02b588fd22f
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
/* { dg-final { scan-assembler "sbbl" } } */
4
5
int
test
(
unsigned long
a
,
unsigned long
b
)
6
{
7
return
-(
a
<
b
);
8
}
9