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

2015-01-16 Thread Andre Vehreschild
*ping* On Mon, 29 Dec 2014 14:12:43 +0100 Andre Vehreschild ve...@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:

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

2014-12-29 Thread Andre Vehreschild
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

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

2014-12-21 Thread Andre Vehreschild
Dear all, sorry for the bad patch yesterday. Here is an update to that one. It fixes the pr60289 is GNU-style checked, bootstraps and regtests ok on x86_64-linux-gnu. Comments welcome. Regards, Andre On Sat, 20 Dec 2014 16:38:23 +0100 Andre Vehreschild ve...@gmx.de wrote: Dear all,

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

2014-12-20 Thread Andre Vehreschild
Dear all, please find attached a patch fixing the PR60289 with my recent patch on PR60255. Please understand, that for this patch to work correctly you need to have my previous patch from https://gcc.gnu.org/ml/fortran/2014-12/msg00092.html applied already to your gfortran sources. I am still