From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2B3BD3858C60; Sat, 27 Jan 2024 10:19:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B3BD3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706350795; bh=Z1p/RA8aMpGJDZLm1EA1QdL8lFALVq4I5FRUrTk16zw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HN1YPucpiMwQo4ew3K/yj8OUijsz5GoggW1cxBQkn0WDPhSJLo4btSlW+5HuhKqwI /OG3eOPVTguthrbCMY+UVnTd6Lekrqxy0AxsLuf68CsHTgpok6HQCl217Zg4Ir6bCt dEpQUj0UHkeVn/rNBfr+4+59EWNGLVNS/U0Skq8c= From: "nshead at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113405] Can't access member type alias of concept-constrained class template specialization in global module fragment via alias template in different module Date: Sat, 27 Jan 2024 10:19:53 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nshead at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: nshead at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone assigned_to bug_status resolution 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=3D113405 Nathaniel Shead changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 Assignee|unassigned at gcc dot gnu.org |nshead at gcc dot g= nu.org Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Nathaniel Shead --- Fixed for GCC 14.=