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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr64015.c
blob
daf839351d7761f63caadfeb2d7d9bd4c93f487a
1
/* { dg-do compile } */
2
/* { dg-options "-O2 " } */
3
4
int
5
test
(
unsigned short
a
,
unsigned char
b
)
6
{
7
return
a
>
0xfff2
&&
b
>
252
;
8
}
9
10
/* { dg-final { scan-assembler "ccmp" { target aarch64*-*-* } } } */