From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 52B4E3846062; Fri, 5 Apr 2024 12:58:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 52B4E3846062 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712321886; bh=wn7CqAf3JAgKSFEjQ3Y0xcjVCO4mX6+gy3PI+OaLw9s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VUR3ENSoUqmkAPP9BPGnAZ62+A02dNmj7CKpDOd8ILzN96NBS7xBcPAKO3Uxw1ntb AmL0UitFlIdGd0fKkzzvB04PeuMJF2ZYtGT7CvhRdj2lbYkOuyaUdutyo6R/tscK1O 0McfLz6nG6xYGgBNgOlqJpyg5E+UTF27vTD0DBcE= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114600] [14 Regression] [modules] redefinition errors when using certain std headers in GMF Date: Fri, 05 Apr 2024 12:58:05 +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: ppalka 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also 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=3D114600 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D109679 Keywords| |ice-on-valid-code --- Comment #3 from Patrick Palka --- Shorter reduction demonstrating an ICE: $ cat 114600.h # other files same as before namespace std { template struct A { int n; }; template A f(); namespace __swappable_details { using std::f; } } internal compiler error: in finish_member_declaration, at cp/semantics.cc:3= 771=