From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1493385801A; Wed, 10 Jan 2024 13:57:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1493385801A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704895077; bh=03K5M2xVmwtTfcdNp+z/tt1yLQK1YjCvl3diZ1XJdJs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Njz3JqvjV69iNwgC+JxAVtc+pvM92Z0rk/9oToftQ2h9Li0BthOjK2SSGw6aF+SZS khB+DC8K79IFqan0XfEzkaXCgvToe5adgDFF3ZEauNky7mClrNPO3zii8J7FZa0Vr5 +xQQy8aNXD7HGC7UNdQRn1OJaIR+3yc3bk37v+pE= 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: Wed, 10 Jan 2024 13:57:54 +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 #11 from dave.anglin at bell dot net --- On 2024-01-09 3:03 p.m., dave.anglin at bell dot net wrote: > The new code in process_pending_assemble_externals() doesn't strip the na= me > encoding > from XSTR (symbol, 0).=C2=A0 Maybe that's the problem. Stripping the name encoding fixes the problem.=