This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/48161] [4.6 regression] hppa*-*-* will not bootstrap on 4.6 branch with release checking


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48161

--- Comment #15 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-18 08:35:22 UTC ---
Author: jakub
Date: Fri Mar 18 08:35:17 2011
New Revision: 171126

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171126
Log:
    PR bootstrap/48161
    * expr.c (expand_expr_addr_expr_1): Use simplify_gen_binary
    instead of gen_rtx_PLUS if EXPAND_SUM or EXPAND_INITIALIZER.

    * gcc.c-torture/compile/pr48161.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr48161.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]