--- Comment #5 from steven at gcc dot gnu dot org 2006-02-11 00:55 ---
Fixed with Jeff's 2nd VRP pass:
2006-02-07 Jeff Law
* tree-vrp.c (find_conditional_asserts): Update comments.
(simplify_stmt_for_jump_threading): New.
(etc.)
--
steven at gcc dot gnu d
--- Comment #4 from steven at gcc dot gnu dot org 2005-10-07 21:21 ---
I don't have time to work on these (new job), so unassigning.
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-15
11:59 ---
>From today's .vars dump:
# BLOCK 4
# PRED: 3 [95.0%] (false,exec)
:;
c = c - 1;
ivtmp.54 = ivtmp.54 - 8;
if (c != 0) goto ; else goto ;
# SUCC: 3 [75.0%] (dfs_back,true,exec) 10 [25.0%
--- Additional Comments From steven at gcc dot gnu dot org 2005-05-08
23:18 ---
Kazu and I discussed a plan for how to fix this, I'll try implementing it.
--
What|Removed |Added
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-08
17:35 ---
Confirmed.
--
What|Removed |Added
Status|UNCONFIRMED |NEW
E