[Bug libstdc++/126399] [15 regression] __gthread_trigger() is missing hidden visibility on FreeBSD/Solaris
vedran at miletic dot net via Gcc-bugs <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126399 --- Comment #1 from Vedran Miletic <vedran at miletic dot net> --- Created attachment 65126 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=65126&action=edit Wrap __gthread_trigger into visibility #pragmas like neighboring functions Possible patch, doesn't seem to crash after applying it