> > On Thu, 2008-09-04 at 13:44, Dennis Clarke wrote: >> > Hi. >> > >> > My last successful build was from yesterday morning. After the large >> > libstdc++ patch by Chris Fairles landed the builds have failed with >> the >> > following error: >> > >> > In file included from >> > /export/home/arth/gnu/gcc.git/libstdc++-v3/src/mutex.cc:30: >> > >> /export/home/arth/gnu/gcc-0904/i386-pc-solaris2.10/libstdc++-v3/include/mutex: >> > In constructor 'std::once_flag::once_flag()': >> > >> /export/home/arth/gnu/gcc-0904/i386-pc-solaris2.10/libstdc++-v3/include/mutex:618: >> > error: could not convert '{{0, 0, 0, 0}}' to '__gthread_once_t' >> > make[4]: *** [mutex.lo] Error 1 >> >> What rev of the GCC code are you working with here? >> >> You lost me ... I have no issues with GCC 4.3.2. >> >> Dennis > > I'm building the GCC trunk, and I've locally applied the patches by > Rainer Orth to fix an issue my builds stumbled over back in July. > > http://gcc.gnu.org/ml/gcc-patches/2008-07/msg01981.html
okay .. I see. What did you mena by "no baseline to compare against"? Did you need to test this on Solaris 10 FCS ( build 74L2a ) or did you mean something else? Dennis Clarke