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 rtl-optimization/26222] [4.2 Regression] build failuring in libjava



------- Comment #8 from rakdver at gcc dot gnu dot org  2006-02-13 11:21 -------
Subject: Bug 26222

Author: rakdver
Date: Mon Feb 13 11:21:23 2006
New Revision: 110912

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110912
Log:
        PR rtl-optimization/26222
        * function.c (assign_stack_temp_for_type): Do not reuse stack slots
        after tree->rtl expansion.
        * loop-invariant.c (move_invariant_reg): Use force_operand on rhs
        before passing it to emit_move_insn.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c
    trunk/gcc/loop-invariant.c


-- 


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


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