This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran] PR33139 - fix bounds for whole-array pointer assigments
- From: "François-Xavier Coudert" <fxcoudert at gmail dot com>
- To: "Tobias Burnus" <burnus at net-b dot de>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Fri, 24 Aug 2007 15:47:12 +0100
- Subject: Re: [Patch, Fortran] PR33139 - fix bounds for whole-array pointer assigments
- References: <46CEEE6C.2010802@net-b.de>
:REVIEWMAIL:
> 2007-08-24 Tobias Burnus <burnus@net-b.de>
>
> PR fortran/33139
> * trans-array.c (gfc_conv_expr_descriptor): Copy bounds for
> whole-array pointer assignments.
OK. Thanks for fixing this annoying one!
FX