https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65500
--- Comment #3 from dave.anglin at bell dot net --- On 2015-03-23 10:02 AM, redi at gcc dot gnu.org wrote: > 3) Use fixincludes to change either the definition of __LWP_RWLOCK_VALID to > (short)0x8c91 or change the definition of PTHREAD_RWLOCK_INITIALIZER to use > (short)__LWP_RWLOCK_VALID Instead of (short)0x8c91, I am testing patch with value changed to -29551. The libstdc++ testsuite was clean with hppa64. However, I hit a new issue in 32-bit build this morning. Dave