From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56757 invoked by alias); 20 May 2016 19:10:35 -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 56743 invoked by uid 89); 20 May 2016 19:10:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=r235577, power7, 15pm 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 (AES256-SHA encrypted) ESMTPS; Fri, 20 May 2016 19:10:33 +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 u4KJATlg013124; Fri, 20 May 2016 14:10:29 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id u4KJASCG013123; Fri, 20 May 2016 14:10:28 -0500 Date: Fri, 20 May 2016 19:10:00 -0000 From: Segher Boessenkool To: Bill Seurer Cc: GCC Patches , David Edelsohn Subject: Re: [PATCH, rs6000] Fix compilation issue on power7 from r235577 Message-ID: <20160520191028.GA9252@gate.crashing.org> References: <573F58E3.7010204@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <573F58E3.7010204@linux.vnet.ibm.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg01688.txt.bz2 On Fri, May 20, 2016 at 01:35:15PM -0500, Bill Seurer wrote: > This patch changes some of the dejagnu options to better restrict > where the test cases run so that they will no longer cause failures on > power7 machines. > > Based on a subsequent patch I also updated the code formatting (indentation, > etc.) for the code from the original patch (r235577) in both the test cases > and in rs6000-c.c. > > Bootstrapped and tested on powerpc64le-unknown-linux-gnu (on both > power7 and power8) and powerpc64-unknown-linux-gnu (power8) with no > regressions. Is this ok for trunk? Okay, one changelog issue... > [gcc] > > 2016-05-20 Bill Seurer > > * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix > code formatting in ALTIVEC_BUILTIN_VEC_ADDEC section. > > [gcc/testsuite] > > 2016-05-20 Bill Seurer > > * gcc.target/powerpc/vec-addec.c: Change dejagnu options, fix code > formatting. > * gcc.target/powerpc/vec-addec-int128.c: Change dejagnu options, fix code > formatting. "formatting" here should be indented like the *. Segher