From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD77338582A6; Tue, 9 Jan 2024 19:56:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD77338582A6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704830205; bh=aG8GxtFm8mmjyBIQmx+IcMX5fCSULmelLiDN1S7l7nE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vSLSvzfwMGbeCZodIdd3ffsknnFVfmkI1U9rIDKXrtRcWBEosNchotDHFzzWRpjSJ 9MLrsCY/BQuq1eV7Q5Weskg1ibs2E/HBCAsIYDDTeSQXjuSLoscxtrbjDDcRMp5Aa1 1JRVUz3OOCniRZbUcCVOw3CMionDrAlAESmXDrRs= 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 19:56:45 +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 #9 from dave.anglin at bell dot net --- On 2024-01-09 1:00 p.m., jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113182 > > --- Comment #8 from Jakub Jelinek --- > Note, normally TREE_SYMBOL_REFERENCED should be set through something like > output_addr_const (or whatever else) -> assemble_name -> assemble_name_re= solve > -> mark_referenced. Why doesn't trigger that on PA? Or does it trigger,= but > the assembler requires the externs to be before the calls? As far as I can tell, mark_referenced() is called for the symbols in questi= on. I don't believe the assembler requires the externs (.type statments) to be before the calls. I have to think issue is with get_identifier().=C2=A0 Will have to do anoth= er build to debug further.=