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
arm: fix typo in dg-require-effective-target [PR118089]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
ssa-ifcombine-ccmp-1.c
blob
a550d00fd22bc3d18aa8c999b7ffb409a2ea72ce
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -g -fdump-tree-optimized --param logical-op-non-short-circuit=1" } */
3
4
int
t
(
int
a
,
int
b
)
5
{
6
if
(
a
>
0
)
7
if
(
b
>
0
)
8
return
0
;
9
return
1
;
10
}
11
/* { dg-final { scan-tree-dump "\&" "optimized" } } */