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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-27.c
blob
604a2cc2fcc704e17aa2badbe928cdac1737447c
1
/* { dg-options "-O -fgimple" } */
2
3
int
__GIMPLE
()
4
p
(
int
n
)
5
{
6
int
_2
;
7
_2
=
n_1
(
D
) !=
0
?
2
:
0
;
8
return
_2
;
9
}