From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 673A53858C31; Tue, 30 Apr 2024 07:32:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 673A53858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714462345; bh=/OH3FSBa8KibuSupM3gtxkAKyBWABjFTbghTjMaNKHw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ykr9ic4u0bs8xT6yiuF90wEzmnhO4uQ5FwZNtIDkCBmQ5qs0arLFhVaEhLSX8WiLF mpqwGe1KQVfK0h+SG244vDxuLTIafJ0lxrw5OvbNrgY4ppNZKsgRzvLuzFWxPIGO+m /6vnH0w8q1S6fgMy0Es2WLNrnToswD8nGWi61Daw= From: "nshead 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: Tue, 30 Apr 2024 07:32:25 +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: nshead at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: nshead at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cc assigned_to 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 Nathaniel Shead changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.2 CC| |nshead at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |nshead at gcc dot g= nu.org --- Comment #5 from Nathaniel Shead --- Fixed for GCC 15 for now. Will backport later to GCC 14.2 with adjustments requested by Jason here: https://gcc.gnu.org/pipermail/gcc-patches/2024-April/650204.html=