Re: [PATCH] PR fortran/68154 -- repair damage done byfix for PR fortran/65429

2015-10-30 Thread Paul Richard Thomas
Dear Steve, OK to commit. Thanks for the fix. Paul On 30 October 2015 at 01:03, Steve Kargl wrote: > The attached patch restores 3 lines of code removed in my > fix for PR fortran/65429. The code now checks for a NULL > character length in the typespec. If it is indeed NULL, > gfortran will

[PATCH] PR fortran/68154 -- repair damage done byfix for PR fortran/65429

2015-10-29 Thread Steve Kargl
The attached patch restores 3 lines of code removed in my fix for PR fortran/65429. The code now checks for a NULL character length in the typespec. If it is indeed NULL, gfortran will look for a valid constructor to use (ie., the 3 lines of code). It is somewhat surprising that it took 6 months