From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D60EC385E836; Wed, 8 May 2024 11:56:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D60EC385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715169418; bh=CwQrPQK0tcxi5iBbyoEau9hfaG2gVGvhDYtDuB0lnag=; h=From:To:Subject:Date:In-Reply-To:References:From; b=a4j6QcMf4/5Mb4uf/6VBzVRUfA+EVAwUlA0joLKn3ZLFBuPeEZn3W4//alzSsvldX 9Km9WS/xXLRmxytQ0HvPGlzR+lZb6oPTgYt8hmUz9nDErlddnfgzNUEps0FyQEZUuW w5QpX9HHA1frfUQnbn0iGQtCpud21nCACkJxBdUo= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110116] [12/13 Regression] ICE on valid code at -O3 on x86_64-linux-gnu: verify_gimple failed Date: Wed, 08 May 2024 11:56:58 +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: 13.1.1 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code, needs-bisection 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: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail bug_status cf_known_to_work resolution 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=3D110116 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |13.2.0 Status|NEW |RESOLVED Known to work| |12.3.1, 13.2.1 Resolution|--- |FIXED --- Comment #4 from Richard Biener --- Meanwhile fixed.=