[Bug c++/100584] [modules] ICE when using import <thread>; with std::jthread

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 12 09:36:32 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100584

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |visibility
         Resolution|---                         |DUPLICATE
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
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 ***


More information about the Gcc-bugs mailing list