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 CB30B3858C83 for ; Sun, 23 Apr 2023 20:34:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CB30B3858C83 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 33NKXUCb024095; Sun, 23 Apr 2023 15:33:30 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 33NKXTtY024090; Sun, 23 Apr 2023 15:33:29 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sun, 23 Apr 2023 15:33:28 -0500 From: Segher Boessenkool To: "Maciej W. Rozycki" Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Turn on LRA on all targets Message-ID: <20230423203328.GL19790@gate.crashing.org> References: <283c45ca085ced958cbce6e64331252c83a5899f.1682268126.git.segher@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 Sun, Apr 23, 2023 at 07:56:56PM +0100, Maciej W. Rozycki wrote: > On Sun, 23 Apr 2023, Segher Boessenkool wrote: > > 1) Targets that already always have LRA, but that redefine the hook > > anyway. These are gcn, pdp11, rx, sparc, vax, and xtensa. Nothing > > really changes for these targets with this patch (but later patches > > will delete the superfluous hook implementations). > > Umm, no, VAX has LRA selectable and for a reason it defaults to off: I read TARGET_LRA as something that denotes LRA is selected :-) See the other mail. So, vax is in category 2). > There are extra ICEs in regression testing and code quality is poor; cf. > . Do you have something you can show for this? Maybe in a PR? And, are the ICEs in the generic code, or something vax-specific? Segher