From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C388D3858D39; Sun, 17 Dec 2023 18:00:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C388D3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702836031; bh=KSq6RmmHk12dWpL26YQYf8BSM9Y1pANGsyIY6EdL/5Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QJOBOh22UO9hiDvAOuNh2/Th7wztEPBJP6J5neOH7u5ELOeriaXe5+D3TZ5U3iV7t JPJnPX5g4aPIS2CwS8wR20J7oBUPTccLIUEKhKjCj65lP9UiXR3VPXcL1xCi+RbSJn QDm0ft8VnbKpjBMU9aDz9pvxrO3w8Ww5ENM7s5Ss= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug c++/13384] toplevel namespace aliases don't work Date: Sun, 17 Dec 2023 18:00:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa at sourceware dot org X-Bugzilla-Status: REOPENED 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: cc 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=3D13384 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #3 from Hannes Domani --- "b Q::C::nsfunc" doesn't work, but "Q::C::nsfunc()" does: ``` (gdb) b Q::C::nsfunc Function "Q::C::nsfunc" not defined. Make breakpoint pending on future shared library load? (y or [n]) n (gdb) b Q::C::nsfunc() Breakpoint 2 at 0x13f5f1604: file gdb-13384.cpp, line 7, column 9. ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=