--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20703
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-04
19:09 ---
Fixed
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-04
19:02 ---
Subject: Bug 20703
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-04-04 19:02:18
Modified files:
gcc: ChangeLog tree-ssa-pre.c
gcc
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-01
22:16 ---
I have a patch for this that solves it.
Waiting for TCB merge to post
--
What|Removed |Added
--- Additional Comments From kazu at cs dot umass dot edu 2005-04-01 16:47
---
Before FRE. (That is, the result of copyprop)
foo (array)
{
int D.1134;
int D.1133;
int * D.1132;
:
D.1132_3 = array_2 + 4B;
# VUSE ;
D.1133_4 = *D.1132_3;
if (D.1133_4 != 0) goto ; else got
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-01
00:41 ---
Confirmed.
--
What|Removed |Added
CC||pinskia at