From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 23DC7385BF81 for ; Sat, 27 Jun 2020 18:58:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 23DC7385BF81 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=segher@kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 05RIwWD9014021; Sat, 27 Jun 2020 13:58:32 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 05RIwWVA014020; Sat, 27 Jun 2020 13:58:32 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sat, 27 Jun 2020 13:58:32 -0500 From: Segher Boessenkool To: Michael Meissner , gcc-patches@gcc.gnu.org, David Edelsohn Subject: Re: [PATCH 2/7] PowerPC tests: Add PLI/PADDI tests. Message-ID: <20200627185832.GP3598@gate.crashing.org> References: <1591041222-24243-1-git-send-email-meissner@linux.ibm.com> <1591041222-24243-3-git-send-email-meissner@linux.ibm.com> <20200625165250.GA3598@gate.crashing.org> <20200627055752.GD27951@ibm-tinman.the-meissners.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200627055752.GD27951@ibm-tinman.the-meissners.org> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, TXREP, T_SPF_HELO_PERMERROR, T_SPF_PERMERROR autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2020 18:58:34 -0000 On Sat, Jun 27, 2020 at 01:57:52AM -0400, Michael Meissner wrote: > On Thu, Jun 25, 2020 at 11:52:50AM -0500, Segher Boessenkool wrote: > > On Mon, Jun 01, 2020 at 03:53:37PM -0400, Michael Meissner wrote: > > > Add tests for -mcpu=future that test the generation of PADDI (and PLI which > > > becomes PADDI). > > > > > > 2020-06-01 Michael Meissner > > > > > > * gcc.target/powerpc/prefix-add.c: New test. > > > * gcc.target/powerpc/prefix-si-constant.c: New test. > > > * gcc.target/powerpc/prefix-di-constant.c: New test. > > > > This is okay for trunk (with required changes: -mdejagnu-cpu=power10, > > and the selector names have changed to be something with power10 instead > > of something with future; please retest before commit). > > Since all of these tests are for code that is in GCC 10, can I apply these > patches to the GCC 10 branch after the completion of the -mcpu=power10 changes > for GCC 10 and a suitable waiting period and retest? Sure, thanks! Segher