From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52267 invoked by alias); 12 Jul 2017 12:26:12 -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 52238 invoked by uid 89); 12 Jul 2017 12:26:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=47PM, 47pm X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Jul 2017 12:26:09 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id v6CCQ6ln019847; Wed, 12 Jul 2017 07:26:06 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id v6CCQ5RS019845; Wed, 12 Jul 2017 07:26:05 -0500 Date: Wed, 12 Jul 2017 12:26:00 -0000 From: Segher Boessenkool To: Kelvin Nilsen Cc: gcc-patches@gcc.gnu.org Subject: Re: Backports to gcc 6.x Message-ID: <20170712122604.GL13471@gate.crashing.org> References: <356a6d46-cac4-0d9d-63ec-06689c10803f@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <356a6d46-cac4-0d9d-63ec-06689c10803f@linux.vnet.ibm.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00583.txt.bz2 Hi Kelvin, On Tue, Jul 11, 2017 at 04:43:47PM -0600, Kelvin Nilsen wrote: > I would like to backport the following patches to the GCC 6 branch. > > PR66669: Fix failure of gcc.dg/loop-8.c on Power > https://gcc.gnu.org/ml/gcc-patches/2017-01/msg01788.html > > PR68972: g++.dg/cpp1y/vla-initlist1.C test case fails on power > https://gcc.gnu.org/ml/gcc-patches/2017-02/msg00541.html > > Handle conflicting target options -mno-power9-vector and -mcpu=power9 > https://gcc.gnu.org/ml/gcc-patches/2017-03/msg01192.html > > PR80103: Fix ICE with cross compiler > https://gcc.gnu.org/ml/gcc-patches/2017-03/msg01335.html > > PR80101: Fix ICE in store_data_bypass_p > https://gcc.gnu.org/ml/gcc-patches/2017-04/msg00953.html > > > Each of these patches has been bootstrapped and regression tested on the > GCC 6 branch. In backport, patch PR80103 omits certain changes to > existing comments that are not present in GCC6. > > Are these patches ok for backporting to GCC 6? Yes, all are okay. Thanks! Segher