From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E77FE384A01B; Mon, 23 Mar 2020 11:20:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E77FE384A01B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1584962425; bh=AigcbOqjeZzh3A1UDotXBjSlztNsIBCqbsrKvo496gU=; h=From:To:Subject:Date:From; b=VgG6J/atwlL4aogWuS0TlYst4PmDwUbW6mNMQDHC4PHkBXxMyoVlG41tv8dUJjKdE Q8DgdOJg9NqR5xomt0RMpl+G3zMmhch/3BrI8AbVXAxaA4Rks56aH1HepyVO2z7+/9 i97ASsDHAkrzUhNRDeyuvgq6ppX70L9iuNkjWmX4= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/94273] New: ice in splice_child_die, at dwarf2out.c:5657 Date: Mon, 23 Mar 2020 11:20:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Mar 2020 11:20:26 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94273 Bug ID: 94273 Summary: ice in splice_child_die, at dwarf2out.c:5657 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 48085 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D48085&action=3Dedit gzipped C++ source code For the attached C++ source code, with recent gcc trunk, does this: ../tdutils/td/utils/logging.cpp:263:1: internal compiler error: in splice_child_die, at dwarf2out.c:5657 263 | } // namespace td | ^ 0x7064f4 splice_child_die ../../trunk.git/gcc/dwarf2out.c:5657 0x7064f4 gen_member_die ../../trunk.git/gcc/dwarf2out.c:25154 0x7064f4 gen_struct_or_union_type_die ../../trunk.git/gcc/dwarf2out.c:25265 0x7064f4 gen_tagged_type_die ../../trunk.git/gcc/dwarf2out.c:25466 Compile line needs flag -g1. I'll have my usual go at reducing the code and finding a set of dates where it first starts to go wrong.=