(patch, fortran] PR83021 - [7/8 Regression] gfortran segfault in polymorphic assignment

2017-11-26 Thread Paul Richard Thomas
Dear All, This regression was caused by the patch for PR81447. The chunk that has been modified came about because use association of derived types in block data, in the presence of a vtable, was trying to add vtable procedures, which is not allowed. The original patch did not explicitly target bl

Re: (patch, fortran] PR83021 - [7/8 Regression] gfortran segfault in polymorphic assignment

2017-11-29 Thread Paul Richard Thomas
Committed to 7-branch and trunk and r255205 and r255202 respectively. Paul On 26 November 2017 at 18:40, Paul Richard Thomas wrote: > Dear All, > > This regression was caused by the patch for PR81447. The chunk that > has been modified came about because use association of derived types > in bl