This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran,patch] Fix transformational intrinsics for zero-sized arrays
- From: FX Coudert <fxcoudert at gmail dot com>
- To: FX Coudert <fxcoudert at gmail dot com>
- Cc: patch <gcc-patches at gcc dot gnu dot org>, gfortran <fortran at gcc dot gnu dot org>
- Date: Sun, 25 Jun 2006 23:28:09 +0200
- Subject: Re: [gfortran,patch] Fix transformational intrinsics for zero-sized arrays
- References: <449EEB72.9020600@gmail.com>
:REVIEWMAIL:
Attached patch fixes the behaviour of the transformational intrinsics
when they encounter zero-sized arrays. Current situation goes from
"almost right" to "abort at runtime on valid code" (see PR fortran/17895
for details).
I uncovered a problem in that patch. Pleaser consider it void for now,
I'll submit an updated version. Sorry for the noise.
FX