This is the mail archive of the gcc-patches@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]

patch to fix PR 64688


  The patch in the attachment solves

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

  The patch was bootstrapped and tested on x86-64 and ppc64.

  Committed as rev.220297.

2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>

        PR target/64688
        * lra-constraints.c (original_subreg_reg_mode): New.
        (simplify_operand_subreg): Try to simplify subreg of const.  Use
        original_subreg_reg_mode for it.
        (swap_operands): Update original_subreg_reg_mode.
        (curr_insn_transform): Set up original_subreg_reg_mode.

2015-01-30  Vladimir Makarov  <vmakarov@redhat.com>

        PR target/64688
        * g++.dg/pr64688-2.C: New.


Attachment: pr64688.patch
Description: Text document


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