From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20306384F031; Mon, 13 Feb 2023 12:35:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20306384F031 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676291721; bh=TxRA/Elm2Erji+DGhj9Aykoz4dGmNKKVcbsFayyKRJQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NB8UuqOoegbwEJOGjgxEV5ktdVg3eyYmxBMfCVUE20kCwh/mx2zHnKFQLpDnezZbV xLT/e2Jt7AJ9uECfqQG8h659D7ZKbREFafYNvkQ7bdGhKdfBspQdaJexjempYgMbj6 duhNk1h2WY6P/3PtK/1VezAXNp0jqfVFlX+hXUpU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/108772] [13 Regression] ICE in force_decl_die, at dwarf2out.cc:26751 since r13-4161-g32d16fe9d7e347bc Date: Mon, 13 Feb 2023 12:35:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org 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: 13.0 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=3D108772 --- Comment #1 from Jakub Jelinek --- Does firefox really use -fimplicit-constexpr and -g1? Anyway, I'm afraid I have no idea what the problem is here, the ICE is when trying to force a DIE for std::_Sp_make_shared_tag::_S_ti()::__tag late, but there= is no debug info for _S_ti() beucase it was implicitly marked constexpr and wi= th -g1 probably not really used.=