From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 593C43858D3C; Sat, 17 Jun 2023 08:04:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 593C43858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686989071; bh=r8y+jmoOvNKKZwVQAJUYWRbDDrXtLjmOzU53rZPam/0=; h=From:To:Subject:Date:From; b=AVdYICPvlcTKKoHjUcPg6yeVU3rpK0wivDORNQQxDkpcOxzJfKrWO9m9OXzBE1Jx4 h0TwmNGB6EOo9EfmJaGUBXCNF6wOSd6H5GfFy+CFGFeXesiXaxv/aLxQQjjvf3VHu2 RNCO7X0z5O+6eXAOeEKadvNabGFU6z+TcER94hSI= From: "duz@sol-3.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110295] New: internal compiler error: in dwarf2out_finish Date: Sat, 17 Jun 2023 08:04:30 +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: 11.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: duz@sol-3.de 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110295 Bug ID: 110295 Summary: internal compiler error: in dwarf2out_finish Product: gcc Version: 11.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: duz@sol-3.de Target Milestone: --- Created attachment 55354 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55354&action=3Dedit Files required as per your bug reporting guidelines. A small test program to a small caching utility class uses a template templ= ate parameter and a local class. This is too much for all GCC Versions from 9 to 13 when compiling with -g on any unixoid system. See attached file: Here produced with gcc-11.4 on Debian-11.7. Code is fine and works otherwise. Cheers, Dirk=