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: [gfortran] Fix PR 16907: Allow REAL array indices


On Sun, 13 Mar 2005, Paul Brook wrote:
>> 2005-03-13 ?Tobias Schl"uter ?<tobias.schlueter@physik.uni-muenchen.de>
>>
>> ????????PR fortran/16907
>> ????????* resolve.c (gfc_resolve_index): Allow REAL indices as an
>> extension.
> Ok. Maybe we need an extra extension category (disabled by default) for 
> really nasty things that we only support because we have to.

I think that all extensions should be guarded by a flag/option, even if
you decide to have this enabled by default.

Possibly one flag controlling "default" extensions, and another one
controlling nasty things as you wrote above.

Gerald

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