From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A4223858414; Fri, 26 Jan 2024 21:04:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A4223858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706303098; bh=iiGmEt9xNL/zMDZnXwEgprYPCbU3fVL0HRTd9l58N1k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iqPpBxcVezZzP1pQKN7nkxWAmsFSUbLqZONzrn0Y95mtFTlsfW6c4fW7JBmg5y59j 3ut2Owol4T9o9fMtn0o8R+8/v1TqJOYBrIcwbYgPIVZhgpQF14SLHd8gLaR5n9Ksjg Ao8cjALRIvqIvjHjkOiAVctfHPlbbI096FkHZHPg= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113623] [14 Regression] ICE in aarch64_pair_mem_from_base since r14-6605 Date: Fri, 26 Jan 2024 21:04:57 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113623 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[14 Regression] ICE in |[14 Regression] ICE in |aarch64_pair_mem_from_base |aarch64_pair_mem_from_base | |since r14-6605 --- Comment #1 from Jakub Jelinek --- Started with r14-6605-gc0911c6b357ba916ae24926b7d8b9ca35234f33c -O3 -mno-early-ldp-fusion fixes it. Obviously in the range when these options were disabled by default it needs= -O3 -mearly-ldp-fusion to reproduce.=