From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10101 invoked by alias); 19 Jan 2019 01:05:00 -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 10090 invoked by uid 89); 19 Jan 2019 01:04:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy= 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; Sat, 19 Jan 2019 01:04:58 +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 x0J14XcD010214; Fri, 18 Jan 2019 19:04:36 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id x0J14Qib010213; Fri, 18 Jan 2019 19:04:26 -0600 Date: Sat, 19 Jan 2019 01:05:00 -0000 From: Segher Boessenkool To: Jakub Jelinek Cc: "Kewen.Lin" , gcc-patches@gcc.gnu.org, Bill Schmidt Subject: Re: [PATCH] rs6000: Add missing prototypes for vec_ld/vec_st Message-ID: <20190119010425.GX14180@gate.crashing.org> References: <6ec34045-1305-cc17-15df-0cc28e5c8c77@linux.vnet.ibm.com> <20190118221512.GU30353@tucnak> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190118221512.GU30353@tucnak> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg01117.txt.bz2 On Fri, Jan 18, 2019 at 11:15:12PM +0100, Jakub Jelinek wrote: > On Wed, Jan 16, 2019 at 10:08:46PM +0800, Kewen.Lin wrote: > > * gcc.target/powerpc/altivec_vld_vst_addr.c: New test. > > This test fails on powerpc64-linux, both with -m32 and -m64: I missed that. Thanks Jakub. Kewen, please split the "vector long long" tests to a separate testcase, and use -mvsx and powerpc_vsx_ok there (instead of -maltivec and powerpc_altivec_ok). Segher