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 619C13857347 for ; Wed, 28 Sep 2022 15:01:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 619C13857347 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=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 28SF0CoZ008009; Wed, 28 Sep 2022 10:00:12 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 28SF0Bmc008006; Wed, 28 Sep 2022 10:00:11 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Wed, 28 Sep 2022 10:00:11 -0500 From: Segher Boessenkool To: "Kewen.Lin" Cc: GCC Patches , Richard Sandiford , David Edelsohn , Richard Biener Subject: Re: PING^1 [PATCH] rs6000/test: Adjust pr104992.c with vect_int_mod [PR106516] Message-ID: <20220928150011.GR25951@gate.crashing.org> References: <1fb4035e-a15e-5031-3b2f-9ba5dfcb1786@linux.ibm.com> <0e36ed14-36c7-1a60-7d2a-40d50eb9243d@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e36ed14-36c7-1a60-7d2a-40d50eb9243d@linux.ibm.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, Sep 28, 2022 at 01:35:09PM +0800, Kewen.Lin wrote: > I assumed the generic part introducing check_effective_target_vect_int_mod > needs the approval from global maintainers. Target-specific testsuite changes can be approved by target maintainers. Currently this can be considered target-specific (since we are the only one implementing it), so :-) I know it is borderline. Segher