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: REAL DO loop iterator question


On Sat, Nov 27, 2004 at 05:45:39PM -0800, Vivek Rao wrote:
> Since do loops with real-valued loop variables were
> one of the few features of Fortran 77 deleted from
> Fortran 95, gfortran must warn about them when the
> std=f95 option is invoked, and I think it should warn
> about them in any case.
>  

My patch that I submitted will unconditionally
warn of the feature.  You cannot disable the
warning.

-- 
Steve


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