r125655 - in /trunk/gcc: ChangeLog expr.c tests...

pinskia@gcc.gnu.org pinskia@gcc.gnu.org
Tue Jun 12 19:15:00 GMT 2007


Author: pinskia
Date: Tue Jun 12 19:15:50 2007
New Revision: 125655

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

        PR middle-end/31579
        * expr.c (expand_expr_addr_expr_1): Call expand_expr
        for the offset with the modifier as EXPAND_INITIALIZER
        if the modifier is EXPAND_INITIALIZER.
        (expand_expr_real_1 <case INTEGER_CST>): Don't force to
        a register if we had an overflow.

2007-06-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR middle-end/31579
         * g++.dg/torture/pr31579.C: New testcase.


Added:
    trunk/gcc/testsuite/g++.dg/torture/pr31579.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list