--- Comment #5 from rguenth at gcc dot gnu dot org 2007-11-27 15:01 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-11-27 15:01 ---
Subject: Bug 34241
Author: rguenth
Date: Tue Nov 27 15:00:37 2007
New Revision: 130468
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130468
Log:
2007-11-27 Richard Guenther <[EMAIL PROTECTED]>
PR
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-11-27 13:12 ---
I have a patch. The expected result is to optimize
:
a.1_1 = (struct A *) &a;
<<>>
D.1744_2 = a.1_1;
iftmp.0_3 = (struct A *) D.1744_2;
if (iftmp.0_3 != 0B)
goto ;
else
goto ;
:
D.1746_4 = 1.
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-11-27 13:01 ---
Mine.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-11-27 13:00 ---
Confirmed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON