[Bug libstdc++/117457] New: regex global buffer overflow LTO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117457 Bug ID: 117457 Summary: regex global buffer overflow LTO Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++
[Bug testsuite/100655] 'g++.dg/tsan/pthread_cond_clockwait.C' FAILs due to 'pthread_cond_clockwait' missing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100655 --- Comment #1 from Michael de Lang --- It'd be fairly trivial to wrap the test in an ifdef: #ifdef __GLIBC__ #if (__GLIBC__ >= 2 && __GLIBC_MINOR__>= 30) || __GLIBC__>= 3 // test here #endif #endif