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/47166] [4.5 Regression] SpecCpu2000 Ammp segfaults for ARM with -O3 -mthumb


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

--- Comment #28 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-02-11 16:01:24 UTC ---
Author: bernds
Date: Fri Feb 11 16:01:19 2011
New Revision: 170053

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170053
Log:
    PR rtl-optimization/47166
    * reload1.c (emit_reload_insns): Disable the spill_reg_store
    mechanism for PRE_MODIFY and POST_MODIFY.
    (inc_for_reload): For PRE_MODIFY, return the insn that sets the
    reloadreg.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/reload1.c


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