Details
-
Bug
-
Resolution: Done
-
Major - P3
-
3.5.2
-
None
-
None
-
Fully Compatible
-
ALL
-
Platforms 2017-02-13
Description
The current test for "pthread_setname_np" should be compiled as C++ instead of C. If it is compiled C, the function is treated as implicitly defined instead of as undefined if --disable-warnings-as-errors is set. This will cause the test to incorrectly pass.
Discovered when building on SUSE 11 with --disable-warnings-as-errors enabled.