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
/
gimplefe-17.c
blob
c5633eee34f957be15464b357754d77764985f5d
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple -fdump-tree-ssa" } */
3
4
int
5
__GIMPLE
() *
6
foo
()
7
{
8
int
_1
;
9
int
j
;
10
int
*
b
;
11
_1
=
1
;
12
bb1
:
13
if
(
_1
)
14
goto
bb3
;
15
else
16
goto
bb2
;
17
18
bb2
:
19
b_2
= (
int
*)
0
;
20
21
bb3
:
22
b_4
=
__PHI
(
bb1
:
b_3
(
D
),
bb2
:
b_2
);
23
return
b_4
;
24
}
25
26
/* { dg-final { scan-tree-dump-not "_1_" "ssa" } } */