From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0ECBE385E01F; Thu, 21 Dec 2023 18:58:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0ECBE385E01F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703185090; bh=E+OFWRV+eEnLMPTbg9ZvBQp/Lam0mr6jSAunEFGgOeI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YzHs+Sn/3Buq+iZb5mrWgyZh/ea5O6qeH52ba5EBzfiGbwEJGPMKyBrM55iQrmEws z7xqKNAfKDwdormxEkB1MFQmmRLq2NHNLTuSQ08FCIEwiBPfa2K1/VLgqA/BrvMXB1 sshklW2C1lAraFx/VSueSzaQKGcoOWGWbTlsqS0M= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/70413] Class template names in anonymous namespaces are not globally unique Date: Thu, 21 Dec 2023 18:58:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 5.3.0 X-Bugzilla-Keywords: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone resolution bug_status 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=3D70413 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #9 from Patrick Palka --- Fixed for GCC 14 (other than the alias template template argument case which PR107906 tracks).=