From: Uros Bizjak Date: Fri, 2 Dec 2016 16:53:23 +0000 (+0100) Subject: alpha.md (exception_receiver): Copy alpha_gp_ave_rtx return value. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e3af7e2f4b217104b1706994d9f384083a6d98c;p=gcc.git alpha.md (exception_receiver): Copy alpha_gp_ave_rtx return value. * config/alpha/alpha.md (exception_receiver): Copy alpha_gp_ave_rtx return value. From-SVN: r243197 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c984483211f..29e40ae6b43 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-12-02 Uros Bizjak + + * config/alpha/alpha.md (exception_receiver): Copy + alpha_gp_ave_rtx return value. + 2016-12-02 Tadek Kijkowski * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection @@ -12,8 +17,7 @@ 2016-12-02 Jakub Jelinek PR target/70322 - * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Handle - NOT. + * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Handle NOT. (dimode_scalar_chain::compute_convert_gain): Likewise. (dimode_scalar_chain::convert_insn): Likewise. * config/i386/i386.md (*one_cmpldi2_doubleword): New @@ -341,7 +345,7 @@ early_dwarf_finished. 2016-12-01 Eric Botcazou - David S. Miller + David S. Miller * config/sparc/sparc.opt (mlra): New target option. * config/sparc/sparc.c (TARGET_LRA_P): Define to... diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 3e4594bf4c6..0ed29de6236 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -5142,7 +5142,7 @@ "TARGET_ABI_OSF" { if (flag_reorder_blocks_and_partition) - operands[0] = alpha_gp_save_rtx (); + operands[0] = copy_rtx (alpha_gp_save_rtx ()); else operands[0] = const0_rtx; })