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
Tighten condition in vect/pr85586.c (PR 85654)
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83593.c
blob
eddecc0606aa9530349397534f21cdcab8c726c0
1
/* PR tree-optimization/83593 */
2
/* { dg-options "-O2 -fno-tree-dominator-opts -fnon-call-exceptions -fno-tree-pre -fexceptions -fno-code-hoisting -fno-tree-fre" } */
3
4
void
5
hr
(
int
*
ed
,
signed char
*
ju
)
6
{
7
int
kc
;
8
{
9
int
xj
;
10
int
*
q2
= (*
ed
==
0
) ? &
xj
: &
kc
;
11
12
*
ju
=
0
;
13
kc
= *
ju
;
14
}
15
}