From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4973E3858D37; Mon, 26 Sep 2022 23:33:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4973E3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664235200; bh=8+RDVF+IaUArlKM7WcGDE2W7PdVqVvFMU6530nm7hnI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=seGFvrX4yJ5Wz3NJvx+ruMH4hRxvxUh6RWtWWdY9dGm+YV18Q897yC6Gw3Ffti73T vACqL1jcTBoP8k0ZQL7dU51oa3w4c94JxcDJo+u6dMOp6PxHdSS+G5WiEhDTgqsaDj YiWH2EgEDs1Ho2wzvVXWulfS+bRogd8OjGjLzje8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107045] [modules] ICE on instantiation of a ::std class template with a friend function imported from an importable header Date: Mon, 26 Sep 2022 23:33:20 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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=3D107045 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from Andrew Pinski --- Dup of bug 100134. *** This bug has been marked as a duplicate of bug 100134 ***=