This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [Patch, Fortran] PR 47421 - Don't nullify allocatable scalar (character) dummy arguments


On 01/23/2011 08:00 AM, Tobias Burnus wrote:
For scalar allocatable character strings with "LEN=<expr>", gfortran nullified
the dummy and freed it on on exit.

The patch is simple: Don't do this.

Build and regtested on x86-64-linux.
OK for the trunk? What about 4.5?

Tobias

This is OK, thanks,


Jerry


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