This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: 100's of FAILs in g++ testsuite under hpux 10.20


On Sun, Apr 15, 2001 at 02:43:32PM -0400, John David Anglin wrote:
> > On Tue, Apr 10, 2001 at 09:03:48PM -0400, John David Anglin wrote:
> > > With yesterdays cvs source for the 3.0 branch, I see hundreds of FAILs
> > > because std::errno is undefined:
> > 
> > The same problem has been occurring on mips-sgi-irix6.5 since 24Mar.
> > It did not occur 17Mar.  Bootstrapping gcc between those dates was
> > broken so no data is known.
> 
> It would be really great if this patch got installed on the 3.0 branch
> to prevent the above problem and enable better testing of g++.  It was
> installed on the main over a month ago.  I believe a number of others
> have asked for it.
> 
> I tried upgrading to the latest cvs version and using it with the branch
> but ran into this problem under hpux:
> 
> ...
> checking for threads package to use... threads-no.h
> checking for exception model to use... configure: error: unable to detect except
> ion model
> make[1]: *** [configure-target-libstdc++-v3] Error 1
> 
> DCE threads are available on the system but the gcc option `-threads'
> must be used to detect/build/link with this thread package.

The patch compiles without regression on i686-pc-linux-gnu.  I have to
first fix a bootstrapping error for gcc 3.0 on mips-sgi-irix6.5 before
testing the patch.  Thus, it will take at least one day for a reply.

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com


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