From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E65163858C31; Sat, 4 Mar 2023 11:37:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E65163858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677929871; bh=mpbb6hR/u9XJlI5e/iL6Ozxw2XLNhvgrAzh8RK3oA+g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mLDL0CIun1C+wm5YzGicoiblgKi4frnb0hfB918hKGpJinr1Jy6gC2xzbXdbZ3QHl fGjiZ+hTE8AcePadXCyVOapAMwCJGz4375+wuPeig6FceB1n0exn4foi1BxGfjMh01 igqp+RbJ1myPryiqmXJNFBHf9MTS9CNUHJsuuz4E= From: "johelegp at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/102524] [modules] Missing diagnostic when an exported namespace is empty Date: Sat, 04 Mar 2023 11:37:51 +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: 12.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: johelegp at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: 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=3D102524 Johel Ernesto Guerrero Pe=C3=B1a changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #1 from Johel Ernesto Guerrero Pe=C3=B1a --- Clang no longer warns. This was resolved with https://github.com/cplusplus/draft/commit/f3ffeb4f05fe4302d8ecee129e72f4e99= e10dc02, which striked the quoted sentence.=