This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: New failing tests for g++
- To: Klaus-Georg dot Adams at chemie dot uni-karlsruhe dot de, robertl at dgii dot com
- Subject: Re: New failing tests for g++
- From: mrs at wrs dot com (Mike Stump)
- Date: Wed, 10 Jun 1998 12:07:55 -0700
- Cc: egcs-bugs at cygnus dot com
> Date: Mon, 8 Jun 1998 23:30:14 -0500
> From: Robert Lipe <robertl@dgii.com>
> To: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
> > I hate it if I have to follow up my own email, but the bug in
> > pthread.h vanishes as well if you don't compile with -ansi. Read
> > /usr/include/features.h for details.
> Based on that clue, I was able to add 'Special g++ Options:" lines
> to the two tests and make them work. That is apparently the cause
> of many of the failures on my RH5 box. Is adding this line to all
> the failing tests (to nuke the "special options") really the best way
> to do this?
Yes. That or get the thread interface included as part of ANSI C++. :-)