From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 03AE03858C66; Mon, 26 Dec 2022 20:59:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03AE03858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672088364; bh=Hd53EhGIXC67OSx20nPPvkplOTqQXC17CGgIBODG7rQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rCWqoTSyKa2Epk+ShrAxLkTTF+zJnIJR92Bj/EeYyX0rLPvyql0v8o+FedzDCNd49 a6n2FPKZf6WG7vyaaMyir3/VSeI0FTcGuMdi79Ijnc5H5KydCjzWaZ+cij+kzvxm+5 dXuIBkoYgeLImCzW/Dh4qMwiDHV1yggza8syob6w= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/29343] [gdb/symtab] c++-ify comp_unit_head Date: Mon, 26 Dec 2022 20:59:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29343 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4d78ce772370= fa48b9a749f81205076f26eba846 commit 4d78ce772370fa48b9a749f81205076f26eba846 Author: Tom Tromey Date: Fri Jul 15 19:05:29 2022 -0600 Add initializers to comp_unit_head PR symtab/29343 points out that it would be beneficial if comp_unit_head had a constructor and used initializers. This patch implements this. I'm unsure if this is sufficient to close the bug, but at least it's a step. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29343 --=20 You are receiving this mail because: You are on the CC list for the bug.=