From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116787 invoked by alias); 30 May 2019 19:32:39 -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 116530 invoked by uid 89); 30 May 2019 19:32:38 -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.1 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; Thu, 30 May 2019 19:32:38 +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 x4UJWZ08002746; Thu, 30 May 2019 14:32:35 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id x4UJWYKf002744; Thu, 30 May 2019 14:32:34 -0500 Date: Thu, 30 May 2019 19:38:00 -0000 From: Segher Boessenkool To: Bill Schmidt Cc: GCC Patches Subject: Re: [PATCH] rs6000: Update test cases to use powerpc_future_ok Message-ID: <20190530193234.GB31586@gate.crashing.org> References: <91bdc4aa-2b7b-4296-9571-a11c61acf169@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <91bdc4aa-2b7b-4296-9571-a11c61acf169@linux.ibm.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg02045.txt.bz2 Hi! On Wed, May 29, 2019 at 10:54:58PM -0500, Bill Schmidt wrote: > 2019-05-29 Bill Schmidt > Michael Meissner > > * gcc.target/powerpc/cpu-future.c: Require powerpc_future_ok. > * gcc.target/powerpc/localentry-1.c: Likewise. > * gcc.target/powerpc/localentry-direct-1.c: Likewise. > * gcc.target/powerpc/notoc-direct-1.c: Likewise. > * gcc.target/powerpc/pcrel-sibcall-1.c: Likewise. Okay for trunk. Thanks! Segher