This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Two of Eef's bugs, was: Re: gfortran
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Eef van Beveren <eef at teor dot fis dot uc dot pt>
- Cc: fortran at gcc dot gnu dot org
- Date: Fri, 22 Dec 2006 16:19:20 +0100
- Subject: Two of Eef's bugs, was: Re: gfortran
- References: <1166712693.2965.20.camel@lombok.fisica>
Hi all,
Eef is back to working mode again, after I pointed him to the right
g77 package. His blood-pressure seems to have been lowered, instead
the amount of endorphines has risen significantly :)
Anyway, in the course of our off-list discussion he pointed out two
bugs: the first is now the embarassing PR30278, for the other I'm not
sure we're doing the right thing. Can the library folks please comment?
Eef relies on the following to work (in his case i<100):
integer i
character*20 c
write (c(1:5),*) i
end
We give a runtime error, because the record is too small to hold the
list-formatted output form of i. Are we right? Since this is a
regression WRT to g77, we should probably fix this in any case. I
will open a PR if people agree.
Cheers,
- Tobi
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.