This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: REAL DO loop iterator question
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Vivek Rao <vivekrao4 at yahoo dot com>
- Cc: fortran at gcc dot gnu dot org
- Date: Sat, 27 Nov 2004 18:13:22 -0800
- Subject: Re: REAL DO loop iterator question
- References: <20041128014539.4308.qmail@web53401.mail.yahoo.com>
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