Fortran testsuite problem
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Tue Jan 29 20:30:00 GMT 2002
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
More information about the Gcc
mailing list