From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8716F3856DD6; Wed, 12 Oct 2022 09:36:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8716F3856DD6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665567393; bh=rzyourlI2MtTsdqWJsS3aoCEwsB/+Xo33XgvSiCMbfI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=A4dRQDJuvrLIiALHDyFybFSXA8iqaZAeW4tuF1NEv6CDNfrSAP1CBCjcwHu0f+51I Ez5fBO2t5gjlblLjm0ohqBPLkrDfVG5Yj55uzUNxijJ4WP91Dpmmo5M9EDw/iCTsbj srbsCDxmirl4d2VSRF6jYpEzAM1wUJ9f6jzzAKMI= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/100584] [modules] ICE when using import ; with std::jthread Date: Wed, 12 Oct 2022 09:36:32 +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.1.0 X-Bugzilla-Keywords: ice-on-valid-code, visibility X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: keywords 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=3D100584 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |visibility Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #1 from Jonathan Wakely --- This is fixed in GCC 11.3 and later, but probably only because we no longer= use weak symbols for pthreads functions, since r11-9301-g293075002a7eaf The compiler bug is probably still present, and this is almost certainly a = dup of PR 106820 *** This bug has been marked as a duplicate of bug 106820 ***=