From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 350D33858C52; Wed, 28 Feb 2024 11:10:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 350D33858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709118656; bh=a33LrgNitLRBLpJ4GhgNutUCPJ9xdTbdpaLh7BRuOO8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sIiqY1eUPExIwJrQ/FxDSCEa+AF6bCrhDend0WyQGizOtJC5tzR6L7rAikP7SRZ8t vVXiMZZ5mZUMYkrzRzyStGMHco0tglukuZbK8f2+eElMuFOANDwv/eM1cXVeLPyi/J z10Gwd5OW+ccZiNw6+ornf8rHggtFFHErfSc60pA= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106851] [modules] Name conflict for exported using-declaration Date: Wed, 28 Feb 2024 11:10:55 +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: 13.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW 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: bug_status cf_reconfirmed_on everconfirmed keywords 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=3D106851 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2024-02-28 Ever confirmed|0 |1 Keywords|rejects-valid |diagnostic --- Comment #3 from Jonathan Wakely --- (In reply to Nathaniel Shead from comment #2) > This behaviour should be as expected right? Quite possibly, I still don't know how to use modules. I was just trying to figure out how to define a 'std' module that includes all the library heade= rs and then exports everything. Let's reclassify this as a diagnostic bug then.=