This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/37219] New: [4.3/4.4 Regression] fwprop1 is broken for addresses
- 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: 24 Aug 2008 03:52:24 -0000
- Subject: [Bug rtl-optimization/37219] New: [4.3/4.4 Regression] fwprop1 is broken for addresses
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When looking into a regression for the PS3 toolchain (when I merged from 4.1.1
to 4.3.0), I noticed fwprop1 does not prop addresses at all since loop_father
will always be non NULL as the "outer loop" always exists. The outer loop
includes the whole function. I have a patch which fixes the issue and I just
need to test it. I am going to put this as a regression as cse1 used to prop
these addresses but we no longer do.
--
Summary: [4.3/4.4 Regression] fwprop1 is broken for addresses
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
GCC target triplet: spu-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37219