This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Two of Eef's bugs, was: Re: gfortran



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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]