From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61233 invoked by alias); 18 Jul 2018 21:51:53 -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 61210 invoked by uid 89); 18 Jul 2018 21:51:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*f:sk:CAGWvny, love, HContent-Transfer-Encoding:8bit 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, 18 Jul 2018 21:51:51 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id w6ILpkWc031939; Wed, 18 Jul 2018 16:51:47 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id w6ILpjFV031936; Wed, 18 Jul 2018 16:51:45 -0500 Date: Wed, 18 Jul 2018 21:51:00 -0000 From: Segher Boessenkool To: Carl Love Cc: David Edelsohn , GCC Patches , "William J. Schmidt" Subject: Re: [PATCH, rs6000] Fix AIX test case failures Message-ID: <20180718215145.GX16221@gate.crashing.org> References: <1529704544.7264.13.camel@us.ibm.com> <20180625094450.GD16221@gate.crashing.org> <1529945597.6530.4.camel@us.ibm.com> <20180625170419.GK16221@gate.crashing.org> <20180713210004.GG16221@gate.crashing.org> <1531523726.26374.23.camel@us.ibm.com> <1531870798.5007.2.camel@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1531870798.5007.2.camel@us.ibm.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg01031.txt.bz2 Hi Carl, On Tue, Jul 17, 2018 at 04:39:58PM -0700, Carl Love wrote: > I was requested to backport the patch for the AIX test case failures to > GCC 8. The trunk patch applied cleanly to GCC 8. I updated the > changelog patch, built and retested the patch on: > >     powerpc64le-unknown-linux-gnu (Power 8 LE)   >     powerpc64-unknown-linux-gnu (Power 8 BE) >     AIX 7200-00-01-1543 (Power 8 BE) > > With no regressions. > > Please let me know if it is OK to apply the patch to the GCC 8 branch. Sure, it's okay. Thanks! Segher > 2018-07-17 Carl Love > > Backport from mainline > 2018-07-16 Carl Love > > PR target/86414 > * gcc.target/powerpc/divkc3-2.c: Add dg-require-effective-target > longdouble128. > * gcc.target/powerpc/divkc3-3.c: Ditto. > * gcc.target/powerpc/mulkc3-2.c: Ditto. > * gcc.target/powerpc/mulkc3-3.c: Ditto. > * gcc.target/powerpc/fold-vec-mergehl-double.c: Update counts. > * gcc.target/powerpc/pr85456.c: Make check Linux and AIX specific.