From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6E327384CBBE; Mon, 15 Jan 2024 19:51:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E327384CBBE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705348298; bh=koZ5xSq9yuJmyXXHhlWY3LFOwtXsx6hextUwqR3HPmg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DEW6SMKgpAKGsGTnHMI7pPpTfwxjg9T8PM0hihF5UmQ3e92cKqwk92XUEDR04Z8OP 06Hf0EFmyOcehtnF6/uLuTxYuV8a6XdJrGLLq1qoeK6UFmyJBnNjfxM/melD4um4KX fDYSOhI9/2WtoMXib2Pr/2nrUj8pg3kUVG8/LQj0= From: "pinskia 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: Mon, 15 Jan 2024 19:51:38 +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: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: blocked 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |103524 --- Comment #1 from Andrew Pinski --- It would be useful if you don't use cmake here since it is so simple to fig= ure out the full command line for building here. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D103524 [Bug 103524] [meta-bug] modules issue=