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

Peng Yu pengyu.ut@gmail.com
Sat Jul 27 10:13:00 GMT 2013


>>       - '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



More information about the Fortran mailing list