This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17273] [4.0 Regression] ICE in get_indirect_ref_operands
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2004 06:26:47 -0000
- Subject: [Bug tree-optimization/17273] [4.0 Regression] ICE in get_indirect_ref_operands
- References: <20040901234529.17273.mueller@kde.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-09-15 06:26 -------
The problem is that when we do replace_exp_1 from propagate_value, we don't fold &((&a)->b) to
&(a.b).
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |dnovillo at gcc dot gnu dot
| |org
Known to fail|4.0 |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17273