From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30A703858403; Thu, 21 Mar 2024 13:55:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30A703858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711029335; bh=qAoQYXzok5QJ99DFOQufLILVWysxe9XdaP0iVJlc0nM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BjkM3AfafJYvrPDk9++8AwwMWTNsY48oddZn9+mq6BV+tVXGroi4SwQtSSqvJatUL x/8cmHH21hGnBixydaGoujF51SeJXvHGh08PaZ/wWCg1SVUD5lufUdFtVv/W/ZlCjL W+QoqhYYDlrmAu9W22AvJONMCOHDJLD/khwhQmvE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114231] [12 Regression] ICE when building libjxl Date: Thu, 21 Mar 2024 13:55:34 +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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cf_known_to_work 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=3D114231 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |13.2.0 Known to work| |13.2.1 Summary|[12/13 Regression] ICE when |[12 Regression] ICE when |building libjxl |building libjxl --- Comment #16 from Richard Biener --- The simpler patch should be enough for the simpler code in GCC 13 and befor= e.=