From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 65DF5385842C; Tue, 5 Mar 2024 10:36:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65DF5385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709634998; bh=G4V3I5lJft8V5WbNQJmtaZBGxTlsBBcEDQGJjKCnm3k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uliStsrEd9vcAhFMoRPoPgiY7mey9LW/P3d2Zd7uMLwwA/FehkFLXT1LZOW05HinF RebS7gFTOy+TukvKVfg2boiABd+KLtn57Xarhg4lZpbuHC4w8TIcqTJ04s8y01VCMq H23M/CbkI1tf4qxz/LKTNAsI3oYphsS1tmogaKCk= 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 10:36:38 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ubizjak at gmail dot com X-Bugzilla-Target-Milestone: 14.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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114232 --- Comment #11 from Richard Biener --- (In reply to Uro=C5=A1 Bizjak from comment #10) > Created attachment 57612 [details] > Prototype patch >=20 > Let's try this approach. Yeah, I guess !TARGET_PARTIAL_REG_STALL || optimize_function_for_size_p (cf= un) is best elided (or also avoid the pattern when optimizing for size).=