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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr53187.c
blob
13455f422718f64e73401773d4c49cf845ffd700
1
/* PR target/53187 */
2
3
void
bar
(
int
);
4
5
void
6
foo
(
int
x
,
double
y
,
double
z
)
7
{
8
_Bool t
=
z
>=
y
;
9
if
(!
t
||
x
)
10
bar
(
t
?
1
:
16
);
11
}