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
>
>
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
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