This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, gfortran] Fix for PR 12703.
- From: Paul Brook <paul at nowt dot org>
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>, gcc-patches at gcc dot gnu dot org
- Cc: fortran at gcc dot gnu dot org
- Date: Wed, 29 Oct 2003 22:18:14 +0000
- Subject: Re: [Patch, gfortran] Fix for PR 12703.
- References: <3FA03078.9030803@moene.indiv.nluug.nl>
On Wednesday 29 October 2003 9:26 pm, Toon Moene wrote:
> Fortran 90/95 and onwards allow zero-sized objects, so we should allow
> allocating them.
>
> Fixes PR 12703, but not 12704, which shows, among other things, that
> MAXLOC doesn't work for zero-sized arrays.
Ok.
Paul