This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: Fortran/PR19303 PATCH: Runtime selection of record markers for unformatted sequential io


On Sat, Feb 19, 2005 at 02:30:42AM +0200, Janne Blomqvist wrote:
> On Fri, Feb 18, 2005 at 03:54:58PM -0800, Steve Kargl wrote:
> 
> > One question though.  Why did you make this a magic option?
> > From looking through the source, it seems you could modify
> > lang.opt, options.c, and invoke.texi and maek this a full-fledge
> > gfortran.  Am I missing something that is perhpas system
> > dependent?
> 
> Uh, aren't those only for the compiler itself? -frecm is for the
> generated binary. E.g. usage is
> 
> % gfortran foo.f90
> % ./a.out -frecm=g77

Thanks for the explanation.  I have not problems with the
suggested change.  I do however think that the option
needs to be documented in gfortran.texi.

-- 
Steve


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