------- Comment #1 from redi at gcc dot gnu dot org 2010-08-23 11:22 ------- this report isn't much help - does the warning occur when building the library, or using it?
and I doubt it makes any difference, but you've reported it against 4.5.1 and then said you're using 4.5.0 The warning means that the Tru64 definition of the PTHREAD_COND_INITIALIZER macro doesn't give an initializer for a member of the Tru64 definition of pthread_cond_t, so there's nothing libstdc++ can do except suppress the warning by adding "#pragma GCC system_header" to that file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45347