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]

[PING, PATCH, Fortran] PR fortran/60289 Fixing character array allocation for class(*) type variable


*ping*

On Mon, 29 Dec 2014 14:12:43 +0100
Andre Vehreschild <vehre@gmx.de> wrote:

> Hi all,
> 
> this patches fixes PR60289 for allocating unlimited polymorphic entities
> retyping them to a char array. The patch depends on my former patch for
> pr60255 at:
> 
> https://gcc.gnu.org/ml/fortran/2014-12/msg00130.html
> 
> because it needs the _len component introduced. I have extend Janus' patch
> given in the PR and added a testcase. 
> 
> This is the fifth version of the patch, where the previous hasn't gotten any
> comments, so I think it is well enough for commit. What do you think?
> 
> Bootstraps and regtests ok on x86_64-linux-gnu.
> 
> Depends on: https://gcc.gnu.org/ml/fortran/2014-12/msg00130.html
> 
> Regards,
> 	Andre


-- 
Andre Vehreschild * Kreuzherrenstr. 8 * 52062 Aachen
Tel.: +49 241 9291018 * Email: vehre@gmx.de 


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