From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65542 invoked by alias); 26 Jun 2017 22:31:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 64588 invoked by uid 89); 26 Jun 2017 22:31:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:1480 X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Jun 2017 22:31:29 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id 359531C06A2; Mon, 26 Jun 2017 22:31:25 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: jakub@redhat.com, rguenther@suse.de, dje.gcc@gmail.com, wschmidt@linux.vnet.ibm.com, Segher Boessenkool Subject: Backports to 6 (and 7, and 5) Date: Mon, 26 Jun 2017 22:31:00 -0000 Message-Id: <1498516276-16423-1-git-send-email-segher@kernel.crashing.org> X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg01964.txt.bz2 Hi! I'd like to backport the following patches to 7, 6, and where applicable 5 (some are in 7 already). https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02107.html Fix expand_builtin_atomic_fetch_op for pre-op (PR80902) https://gcc.gnu.org/ml/gcc-patches/2017-05/msg01404.html Fix comparison of decimal float zeroes (PR80692) https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00819.html IRA: Don't create new regs for debug insns (PR80429) https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01050.html lra: A multiple_sets is not a simple_move_p (PR73650) https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01853.html https://gcc.gnu.org/ml/gcc-patches/2016-11/msg01923.html https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02048.html https://gcc.gnu.org/ml/gcc-patches/2016-11/msg02606.html bb-reorder: Improve compgotos pass (PR71785) https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00003.html simplify-rtx: Fix compare of comparisons (PR60818) Are those okay to backport? And, rs6000 patches: https://gcc.gnu.org/ml/gcc-patches/2017-06/msg00567.html rs6000: Don't add an immediate to r0 (PR80966) https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02408.html rs6000: Don't write "nor" as (not (ior () ())) (PR80618) https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00568.html rs6000: Enforce quad_address_p in TImode atomic_load/store (PR80382) https://gcc.gnu.org/ml/gcc-patches/2017-01/msg01543.html rs6000: Small varargs for BE SVR4 (PR61729, PR77850) Segher