From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F2D23858431; Tue, 20 Jun 2023 07:02:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F2D23858431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687244576; bh=vIizphYpp6fGJUvAxteWM0nkBJc2dJcQLHOm9jNT65M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yswuUO3G2AfjEIxGtA2jgyqSvYjCEIbvQdyZKCjM/maTjOFNic7ryBHFggjwoLCRk hWwim/350S2TGWvC8W637H5rWTezm6wRqu2BwbwBfDkLQSJMki2pKKZnbkrIYU14Y6 OazYZ7jhEX5TWa4iMdEKiPLdxWpCZ3ISBIPayNHQ= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110295] [10/11/12/13 Regression] ICE in dwarf2out_finish with local class with inherited operator delete in a templated function and -g Date: Tue, 20 Jun 2023 07:02:56 +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: 11.4.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: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc cf_known_to_fail priority 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=3D110295 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |14.0 Summary|[10/11/12/13/14 Regression] |[10/11/12/13 Regression] |ICE in dwarf2out_finish |ICE in dwarf2out_finish |with local class with |with local class with |inherited operator delete |inherited operator delete |in a templated function and |in a templated function and |-g |-g Known to fail|14.0 | Priority|P3 |P2 --- Comment #5 from Richard Biener --- Fixed on trunk sofar.=