From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30DC63858C50; Tue, 5 Mar 2024 09:12:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30DC63858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709629963; bh=0ZG8X0c91f49ePOc0bOBtCCUxzPfgRXVEDh85AwJxjc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yyfmBXPi9pCRN/BKuqdYqc7S/CYdMz5ft2Aw8lXUutzAuRUjKcUDNFifphgEzVF5w 2CWWYJuF7hIdG47pu5nMlJoDkjqxwszjVBP1mj8V5ouHkmUpGNr4o1BuggbdBVoGNJ NGOnWW+CsGiLXJOS3mAkV4OllLqpZRmPemLwaQF8= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114232] [14 regression] ICE when building rr-5.7.0 with LTO on x86 Date: Tue, 05 Mar 2024 09:12:42 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cc 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=3D114232 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 CC| |hubicka at gcc dot gnu.org, | |rguenth at gcc dot gnu.org --- Comment #7 from Richard Biener --- I think the question is more whether it's stable between optab queries the vectorizer or veclower does and RTL expansion. There whether it's LTO or n= ot shouldn't play a role (it might for the actual testcase of course).=