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/52804] IRA/RELOAD allocate wrong register on ARM for cortex-m0


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

--- Comment #3 from amker at gcc dot gnu.org 2012-05-04 02:52:32 UTC ---
Author: amker
Date: Fri May  4 02:52:27 2012
New Revision: 187139

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187139
Log:

    PR rtl-optimization/52804
    * reload1.c (reload_reg_reaches_end_p): Check whether successor
    reload with type RELOAD_FOR_INPUT_ADDRESS kills reload register
    of current one with type RELOAD_FOR_INPADDR_ADDRESS.
    Same stands for reloads with type RELOAD_FOR_OUTPUT_ADDRESS and
    RELOAD_FOR_OUTADDR_ADDRESS.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/reload1.c


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