From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A1DAF3858401; Wed, 6 Mar 2024 21:53:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A1DAF3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709762022; bh=Gcx0T1CDOK8rx1f5FJcydiw7UoQA3v/k3Nq0Qe9fHko=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UbYKyPoQQPrZWO2Ct8uAC/PAsdD+qS5tLZNG7IbI6EW1eo6vddCs0FXKTfFcwf1wy lYwodJoLqZzzF23UTdgL3s5+vLlpPUKiRDmspIKH33fakcAt3pfHoCLsfSXidAIz4m +mXkngPWSpx7dvrmkqkhxLe1V9d6Qs3CmsTQVpJs= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105320] Use of shared_ptr within a type exported from a module results in spurious compiler error Date: Wed, 06 Mar 2024 21:53:42 +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: 11.2.0 X-Bugzilla-Keywords: 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D105320 --- Comment #2 from Patrick Palka --- (In reply to Patrick Palka from comment #1) > GCC doesn't ICE, but it rejects with: GCC _trunk_ doesn't ICE rather..=