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]

Re: What is the equivalence option to ' -q -W -w -N109 -C' of f77?


>>       - 'DATE    : 2003-03-24',/,' ')
>>         1
>> Warning: Extension: Tab character in format at (1)
>
>
> You can ignore this warning. (For some reasons, tabs for indenting give only
> a warning with -std=f95/f2003/f2003 and -Wtab while tabs in a format string
> give an error with -std=f* and otherwise unconditionally a warning.)

I don't quite understand why -std=f* -Wtab is relevant here as they
are not used. So you mean there is no way in gfortran to suppress such
warnings only?

> Try: file='y.his' instead of "name=".

My question was whether is an option in gfortran so that I don't have
to manually fix these. I guess there is none?

-- 
Regards,
Peng


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