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
Fix file cache tunables documentation
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-27.c
blob
0053222c86780527500857e0d78315ea4cb85411
1
/* { dg-options "-O -fgimple" } */
2
3
int
__GIMPLE
()
4
p
(
int
n
)
5
{
6
int
_2
;
7
_Bool _3
;
8
_3
=
n_1
(
D
) !=
0
;
9
_2
=
_3
?
2
:
0
;
10
return
_2
;
11
}