From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1AEEA385BF92; Wed, 1 Apr 2020 16:09:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AEEA385BF92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585757399; bh=DODu2x6O3VawCFaWEl6xZGZy67TzJK0rzxjDjYg8rYE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kzeu6IrZCkw5YC9wHhNnJlOvFYqO5ufAjyptH263iPqdMxTUXLuvoCvnMz35qRwjT XgFO6m5g22rfF3gVOlKaOzJXEELVqzj+yo/BKVnSN4jXRwnPCIIUbCqmG2hD21KZ+c S/nyherqzT4wbFxSUHiEEYoqLDC8QyDB46d5C4mg= From: "bergner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/93974] [10 Regression] ICE in decompose_normal_address, at rtlanal.c:6403 on powerpc64le-linux-gnu since r10-6762 Date: Wed, 01 Apr 2020 16:09:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 9.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bergner at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: bergner at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 16:09:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93974 --- Comment #19 from Peter Bergner --- (In reply to Jakub Jelinek from comment #18) > Yes, we want to fix it, unless you want to revert the PR93658 change even > for GCC 10 and reapply only to 11 once this bug is fixed too. Ok, let me take another stab at fixing this before we go the other route.=