From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 971CD3858D37; Mon, 10 Oct 2022 06:31:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 971CD3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665383462; bh=7XvsO7sYo3R1wMuWWD1q6CZb/4QBLE53YZ6hcDy0GFU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Zhs5n3S9cr8c2drVdstBIXf6uyCFQZKuX7pEHZ1ibzdm3SQBQjIx9516tj19bniWB C0nxNLXsuoAU8WJDoyFKDJwizvBUCRnNoDF1f69e9Jrw+DOtfqONoUfl8D1agNvhJA J8taSCEZYlvALGz4iAggoMTA6qPyWyD7TIcyE/5o= From: "carlosgalvezp at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106925] [12/13 Regression] ICE in maybe_splice_retval_cleanup at gcc/cp/except.cc:1330 since r12-8066-g4822108e61ab8790 Date: Mon, 10 Oct 2022 06:31:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: carlosgalvezp at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 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=3D106925 --- Comment #2 from Carlos Galvez --- Hi, is there any progress on the issue?=