From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FDE23858409; Tue, 9 Jan 2024 20:03:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FDE23858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704830617; bh=NXPLSQcGReqAn1k5LWmcpv7cGJaq9MMfaqevdIh0rMI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I41SgHhpIzf4Mfy7ZbYlRkr0yIRw0PxRPiEJ0besV2v/CrUDNMGXTsaLWM23BLo94 6YxDPVeOA3/rDQv6c/M3RttZmVc558DBwUT3CZ7Dv8nMAwSUvi1x0/yYTSSi6BkK+8 S7BN4S2bNZUM0VWAh+O1zr4LrwOdkajl7S0S5Cnk= From: "dave.anglin at bell dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113182] [14 Regression] FAIL: g++.dg/cpp0x/udlit-namespace.C -std=c++14 execution test Date: Tue, 09 Jan 2024 20:03:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dave.anglin at bell dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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=3D113182 --- Comment #10 from dave.anglin at bell dot net --- On 2024-01-09 2:56 p.m., dave.anglin at bell dot net wrote: > I have to think issue is with get_identifier().=C2=A0 Will have to do ano= ther build > to debug further. The new code in process_pending_assemble_externals() doesn't strip the name encoding from XSTR (symbol, 0).=C2=A0 Maybe that's the problem.=