This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: New failing tests for g++
> 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?
I can't say that it's intuitive that you add a blink line that implies
that it's adding "special options" to make the existing options go
away...
Your tests are now eb129.C and eb130.C. As soon as I can connect
with the CVS repository again, I'll commit them.
Thanx,
RJL