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/66782] [5/6 Regression] Unable to run 64-bit wine after MS->SYSV register changes


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66782

--- Comment #13 from Vladimir Makarov <vmakarov at gcc dot gnu.org> ---
Author: vmakarov
Date: Thu Jul  9 15:39:53 2015
New Revision: 225618

URL: https://gcc.gnu.org/viewcvs?rev=225618&root=gcc&view=rev
Log:
2015-07-09  Vladimir Makarov  <vmakarov@redhat.com>

        PR rtl-optimization/66782
        * lra-int.h (struct lra_insn_recog_data): Add comment about
        clobbered hard regs for arg_hard_regs.
        * lra.c (lra_set_insn_recog_data): Add clobbered hard regs.
        * lra-lives.c (process_bb_lives): Process clobbered hard regs.
        Add condition for processing used hard regs.
        * lra-constraints.c (update_ebb_live_info, inherit_in_ebb):
        Process clobbered hard regs.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lra-constraints.c
    trunk/gcc/lra-int.h
    trunk/gcc/lra-lives.c
    trunk/gcc/lra.c


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