This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how to add tests with input for g77?
- To: egcs at cygnus dot com
- Subject: Re: how to add tests with input for g77?
- From: Dave Love <d dot love at dl dot ac dot uk>
- Date: 20 Nov 1998 14:45:53 +0000
- References: <13317.911520951@hurl.cygnus.com>
>>>>> "Jeff" == Jeffrey A Law <law@cygnus.com> writes:
Jeff> It would be fine to extend the torture frameworks to handle
Jeff> this;
I'm not going to be able to, I'm afraid. Would anyone with a
deja-clue care to volunteer? This would certainly be useful for g77
tests.
Jeff> my only request would be that we somehow flag such tests as
Jeff> only available on native platforms -- consider how you do IO on
Jeff> a board or pass arguments to simulated programs.
We already have some fortran tests that write files, if that's the
issue (the runtime could always produce error messages). Can someone
let me know how they need to be fixed?
I don't know the what `boards' actually entails, sorry -- I've only
ever used embedded things with discs or network. If they can't do
i/o, can/does the fortran i/o library even get built? If not,
presumably fortran things will fail generally.