This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libio testsuite: timeout compiling tFile.cc
- To: law at cygnus dot com
- Subject: Re: libio testsuite: timeout compiling tFile.cc
- From: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Date: Thu, 7 Sep 2000 00:19:23 -0400 (EDT)
- Cc: gcc-bugs at gcc dot gnu dot org
> > In any case, I think the timeout values need to be increased for the
> > three tFile.cc compilations in tFile.exp unless the performance of cc1plus
> > can be improved.
> I'd rather see us do the work to improve the compile times.
>
> You might be able to move this process along by trying to identify the hot
> spots so that we can fix them.
The patch to tfformat.c is a separate issue unrelated to the performance
problem. The problem is that including stdlib.h results in the inclusion of
stdio.h under hpux 10.20. This causes conflicts with the defines in
libio/iolibio.h.
I am not totally happy with the patch to tfformat.c although it resolves
the problem. Possibly, the exit at line 4067 should be changed to
`return 0' and the include of stdlib.h removed.
I agree about the performance problem. This used to run ok. There
have been a few other threads about c++ performance problems, so possibly
when they are resolved this will also be fixed.
The libio.exp patch did expose a problem with i686-pc-linux-gnu and tFile.
As of earlier today, this still wasn't fixed. See
<http://gcc.gnu.org/ml/gcc-bugs/2000-09/msg00037.html>.
Dave
--
J. David Anglin dave.anglin@nrc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6605)