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 2ADC03857026 for ; Wed, 11 Jan 2023 19:30:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2ADC03857026 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 30BJSpYR002887; Wed, 11 Jan 2023 13:28:51 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 30BJSpwh002886; Wed, 11 Jan 2023 13:28:51 -0600 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Wed, 11 Jan 2023 13:28:50 -0600 From: Segher Boessenkool To: Paul Koning Cc: Richard Biener , Gerald Pfeifer , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] wwwdocs: Note that old reload is deprecated Message-ID: <20230111192850.GX25951@gate.crashing.org> References: <20230111151520.GU25951@gate.crashing.org> <20230111183251.GV25951@gate.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=-3.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,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, Jan 11, 2023 at 01:42:22PM -0500, Paul Koning wrote: > Or, as in my case, because building with LRA as the default triggers an ICE that I don't understand. I posted a note to the GCC list about what I saw, but have received no reaction. ? I would say your predicates are way too lenient here (general_operand), but this needs more info. A testcase to reproduce the problem, to start with :-) Segher