r124845 - in /branches/pointer_plus/gcc: Change...

pinskia@gcc.gnu.org pinskia@gcc.gnu.org
Sat May 19 00:49:00 GMT 2007


Author: pinskia
Date: Sat May 19 00:49:55 2007
New Revision: 124845

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124845
Log:
2007-05-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        (forward_propagate_addr_into_variable_array_index):
        Don't expect there to be a cast for the index as that
        does not exist anymore.
        (forward_propagate_addr_expr_1): Check for
        POINTER_PLUS_EXPR instead of PLUS_EXPR.
        Don't check for the first operand of the
        POINTER_PLUS_EXPR was the index as it
        cannot be.



Added:
    branches/pointer_plus/gcc/testsuite/gcc.dg/tree-ssa/forwprop-1.c
Modified:
    branches/pointer_plus/gcc/ChangeLog.ptr
    branches/pointer_plus/gcc/tree-ssa-forwprop.c



More information about the Gcc-cvs mailing list