From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 78DCB3849AC4; Wed, 10 Apr 2024 21:03:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 78DCB3849AC4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712783030; bh=jHY3eP19Bc3xhEs9wUoLeMlLK3bv4XjyJJU4l3I0KCw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UcoLFwCtZy+A26O+WrE3degj7M05kqdBc7iyh6uv4ATtVu7woHIQ9na86rdSxf3X1 frqf9ghN50/25W+ZuG8enL72C1mHfrEItT1UpWjFfqHAa6BVKxcIIvO/5V+Ei2QMr4 z7hOqsjG3ynAfHfkzMXt5E/Xv7LPvMAe5nK8xGE8= From: "m.cencora at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114600] [14 Regression] [modules] redefinition errors when using certain std headers in GMF Date: Wed, 10 Apr 2024 21:03:49 +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: ice-on-valid-code, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: m.cencora at gmail dot com 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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=3D114600 m.cencora at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57921|0 |1 is obsolete| | --- Comment #10 from m.cencora at gmail dot com --- Created attachment 57924 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57924&action=3Dedit Full "std' modules with workarounds Here is an improved version of "std" module, with workarounds for: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114683 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114685=