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: flush geterg and iargc question


On Mon, Nov 07, 2005 at 10:05:40AM +0100, Benjamin R?veill? wrote:
> >   call flush(6)
> >               1
> >Warning: Intrinsic 'flush' at (1) is not included in the selected standard
> 
> Is it a compiler error or is there another standard in which i'll find
> these and get rid of the warnings?
>
> I admit this isn't a big issue. But I thought it was worth mentionning.
> These messages disappear if I remove either -pedantic or -Wall but
> personnaly I like these options...

gfortran is doing exactly what you requested.  While you 
develop code, use "-Wall -pedantic", but once the code is
written remove the options if you don't want to see the
warnings.

-- 
Steve


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