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 tree-optimization/51583] One more missing force_gimple_operand in SRA


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

--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-12-19 16:47:35 UTC ---
Author: jamborm
Date: Mon Dec 19 16:47:28 2011
New Revision: 182488

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182488
Log:
2011-12-19  Martin Jambor  <mjambor@suse.cz>

    PR tree-optimization/51583
    * tree-sra.c (load_assign_lhs_subreplacements): Call
    force_gimple_operand_gsi when necessary also in case of no
    corresponding replacement on the RHS.

    * testsuite/gcc.dg/tree-ssa/pr51583.c: New test.


Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-ssa/pr51583.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/tree-sra.c


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