From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5AAA8384A043; Wed, 15 Apr 2020 13:03:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5AAA8384A043 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586955834; bh=2JNMznNoUsmm4f+zuOpQtGjINfRHPgmRUjTAN9AyrYA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=n2UuuZeb+Xrzx/AW26DouLIYmHzRUvaBCqcSuQZHLYZjJAYsCX4QOC/aK9UzUnHNc oSru22vMD9rumKzxCshUnyozwCrm4J4MZsYMihVO/oy1DyAJSw2g4uH7JRhA3Gn76g oC5TwujMKohuHWR7lbrlBufCGsJSHmC23U/fn88M= From: "andrea.corallo at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94530] [9/10 Regression] ICE: SIGSEGV in rhs_regno (rtl.h:1924) with -Os -mcpu=falkor -mpc-relative-literal-loads -mcmodel=large Date: Wed, 15 Apr 2020 13:03:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: andrea.corallo at arm dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: akrl at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 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, 15 Apr 2020 13:03:54 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94530 --- Comment #7 from Andrea Corallo --- Hi, should be fixed now by 8a4436d89bfa: "aarch64: Fix valid_src_p for use of uninitialized value". Thanks Andrea=