From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 865DD38582AC; Wed, 6 Mar 2024 08:47:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 865DD38582AC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709714833; bh=A9I2s7I2726cHGLQS15eW3o6BS5sMBtyNHO0d6fYwpQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I2GPmoOdPNyM/6vRZ14ZngEe+XwdJ2muPG8IkYSky/oHM0KRflRDjufVF6XXvaHgZ ZIt8pEw281M9c+lS+HUcSTo9+HRILqXSfMyXuexwIhMkD69SqjUKZ+UJDAL6zabqDs td/hX8waxBDQ5htssvoaDgAAz8rBdb9uWIdKiCDE= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114232] [14 regression] ICE when building rr-5.7.0 with LTO on x86 Date: Wed, 06 Mar 2024 08:47:09 +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: ubizjak at gmail dot com 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: attachments.isobsolete attachments.created 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 Uro=C5=A1 Bizjak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57614|0 |1 is obsolete| | --- Comment #27 from Uro=C5=A1 Bizjak --- Created attachment 57626 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57626&action=3Dedit Proposed v2 patch New version in testing: - uses optimize_size to stabilize optab discovery - explicitly enables insn pattern for TARGET_SSE2=