This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran] Fix PR 16907: Allow REAL array indices
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: fortran at gcc dot gnu dot org, patch <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 13 Mar 2005 19:41:21 +0100
- Subject: Re: [gfortran] Fix PR 16907: Allow REAL array indices
- References: <423480F6.3030901@physik.uni-muenchen.de> <200503131831.42374.paul@codesourcery.com>
Paul Brook wrote:
> On Sunday 13 March 2005 18:05, Tobias Schlüter 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 added PR 20460 where we can collect these extensions.
- Tobi