Re: Possible patch for fortran/65766

2015-10-03 Thread Louis Krupp
I'm ready to check it in. Louis On Sat, 03 Oct 2015 07:00:56 -0700 Dominique d'Humières wrote > AFAICT this patch has been approved by FX at > https://gcc.gnu.org/ml/fortran/2015-07/msg00168.html. Any reason to not > commit it? > > Dominique > >

Re: Possible patch for fortran/65766

2015-10-03 Thread Dominique d'Humières
AFAICT this patch has been approved by FX at https://gcc.gnu.org/ml/fortran/2015-07/msg00168.html. Any reason to not commit it? Dominique

Possible patch for fortran/65766

2015-07-31 Thread Louis Krupp
The problem is with substrings of allocatable string components of derived types. The code seems to be trying to get the string length from typespec of the derived type variable instead of from the component. The attached patch gets the component typespec from the reference chain. I don't unde