[Bug tree-optimization/9895] [SH] GCC unable to retain array values in registers
-- Bug 9895 depends on bug 18755, which changed state. Bug 18755 Summary: invariant/constant not recomputed when ADDR_EXPR changed http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18755 What|Old Value |New Value --
[Bug tree-optimization/9895] [SH] GCC unable to retain array values in registers
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-13 19:06 --- Now the problem is two fold, we don't do SRA after loop unrolling and we have a problem in that the invariant not being updated for an ADDR_EXPR (both of these have been filed). See PR 18754 and PR 18755.