This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

3.3 branch testsuite issues


Hi

I'm sure these have probably come up before but I'm just bringing to your
attention in case they can be fixed for 3.3.1 release. My platform is
i686-pc-linux-gnu.

1) ./abi_check: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by
/mnt/hdb7/gcc/branch-3.3/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.5)

2) pthreads4.cc times out. See here:-
   http://gcc.gnu.org/ml/gcc-testresults/2003-07/msg00849.html
   
   I appear not to be the only one experiencing this:-
   http://gcc.gnu.org/ml/gcc-testresults/2003-07/msg00817.html
   http://gcc.gnu.org/ml/gcc-testresults/2003-07/msg00713.html

   It never used to happen. The CVS HEAD seems to be OK. The diff between
   the 2 looks like:-

@@ -61,6 +61,11 @@
       pthread_mutex_unlock (&fooLock);
     }
 
+  // No more data will ever be written, ensure no fini race
+  pthread_mutex_lock (&fooLock);
+  pthread_cond_signal (&fooCondUnderflow);
+  pthread_mutex_unlock (&fooLock);
+
   return 0;
 }



Thanks
Greg


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]