From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E4C43385742F; Tue, 6 Sep 2022 14:00:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E4C43385742F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662472814; bh=6Z3YnFXIikW4ZVLeClBnnQR/tBq54yK7oa6cezmFQcE=; h=From:To:Subject:Date:From; b=JWgQyqztphl7vvy/iHd6yGP0f5WHVmpRp37QO+d4BeaMXcTR8t+wX+ZQ7R274MO3G Zh/VECyme1ePxvIkp81kz6zamKZbPb9M0h5N+oUB0kZRbFvoHGTotT0XS3R33z1FeB UaUwvG+ekuwMCbcg+li7lzwJHlqJlNDCQDeLYlVY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106852] New: Implement C++23 P2465R3 Standard Library Modules std and std.compat Date: Tue, 06 Sep 2022 14:00:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter dependson blocked target_milestone Message-ID: 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=3D106852 Bug ID: 106852 Summary: Implement C++23 P2465R3 Standard Library Modules std and std.compat Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: redi at gcc dot gnu.org Depends on: 102341 Blocks: 106749 Target Milestone: --- https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2465r3.pdf Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102341 [Bug 102341] [modules] "error: conflicting exporting declaration" for anyth= ing previously declared https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106749 [Bug 106749] Implement C++23 library features=