From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 23C92385842C; Wed, 10 Apr 2024 14:27:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23C92385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712759254; bh=er4lP2CDS0Lupe80RGPMKTm5uAa+mS0P2EYlKZcjhNw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=egdFceFEGc6OnMI2L10mdwTZbgXcOByKqBLR+vVxCN0m24MX+4ix+8IZgVl3NhUCo Ia+2wwW+6w8yEkGs5/x9+gsZ8hPmcHXrnW98tF6w4YCbUqgOL1jjibXwOnm3DKtwMv zC4ZKE1SC24+MJa1jlL92+gEm4bJaJZY2ZNFNjWc= 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 14:27:33 +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.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 --- Comment #7 from m.cencora at gmail dot com --- Created attachment 57921 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57921&action=3Dedit Full "std" module FYI if you want to stress test the modules impl w.r.t. similar issues, here= is std.cpp for almost whole Standard Library. Some code is disabled (with 'bug' comment). This is based on semi-preprocessed and hand-adjusted 'std' module code from libc++=