From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 31F603877020; Fri, 15 Dec 2023 12:20:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31F603877020 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702642838; bh=TPap3W7OB7toaI2Cu5Soa9NZa/t9DNNC8LMVcp1jzP8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xlnqU/49hr7PDI4oOtIaZNVzFNgAIbF1X0u7SxyFKl0wfPk9yRG8JPcyd/dztZzDv eeA4cwke5Jn0bMUsIyE2gkxRrc3ywsFpkq6Qrorlvc7G+G13XCsqZYtrfQHyUdXolF GwpJWbZq2k18fn32HxYiYs8U0SecgnIzpHVSCxEI= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110298] [11 Regression] ICE at -Os on x86_64-linux-gnu since r10-840 Date: Fri, 15 Dec 2023 12:20:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cf_known_to_fail cf_known_to_work 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=3D110298 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Known to fail| |11.4.0 Known to work| |11.4.1 --- Comment #10 from Richard Biener --- Fixed.=