This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Fortran testsuite problem
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: "Hans-Peter Nilsson" <hp at bitrange dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 30 Jan 2002 08:51:16 +0800
- Subject: RE: Fortran testsuite problem
I had forgotten about \r\n line endings, and \r as well. I am sure this can be fixed with the correct regular expression. I will get the books out and prepare a patch.
-----Original Message-----
From: Hans-Peter Nilsson [mailto:hp@bitrange.com]
Sent: Wednesday, 30 January 2002 10:59
To: John David Anglin
Cc: gcc@gcc.gnu.org; toon@moene.indiv.nluug.nl
Subject: Re: Fortran testsuite problem
On Mon, 28 Jan 2002, John David Anglin wrote:
> Anybody else seeing:
>
> Running /xxx/gnu/gcc-3.1/gcc/gcc/testsuite/g77.dg/dg.exp ...
> ERROR: tcl error sourcing /xxx/gnu/gcc-3.1/gcc/gcc/testsuite/g77.dg/dg.exp.
...
Me too!
> The rest of the g77 tests are ok. I believe that I have the latest
> cvs version of dejagnu installed.
That's probably a clue. :-) I'm running it straight from the
sourceware CVS (simtest-howto.html).
AFAICT it was the \*\* in
write(*,'(I2.2)') -6 ! { dg-output "\*\*\n" }
in g77.dg/f77-edit-i-out.f
Also, when I take out that line, the test seems to fail (just
fail) because those \r emitted together with the \n on every
line aren't matched. I think the test need to be stabilized
regarding different dejagnu (tcl?) versions.
brgds, H-P