Re: [PATCH] PR fortran/67939 -- Fix zero length strings in DATA statement

2015-10-21 Thread Steve Kargl
On Wed, Oct 21, 2015 at 11:20:55PM +0200, Paul Richard Thomas wrote: > > It looks good to me - OK to commit. > > Cheers > > Paul > > PS You, as far as I can tell, are the second most prolific bug fixer > of 2015. The only person that beats you is Mr(or Ms) Unassigned. We > need to sort out who

Re: [PATCH] PR fortran/67939 -- Fix zero length strings in DATA statement

2015-10-21 Thread Paul Richard Thomas
Hi Steve, It looks good to me - OK to commit. Cheers Paul PS You, as far as I can tell, are the second most prolific bug fixer of 2015. The only person that beats you is Mr(or Ms) Unassigned. We need to sort out who this person is. On 21 October 2015 at 22:05, Steve Kargl wrote: > The att

Re: [PATCH] PR fortran/67939 -- Fix zero length strings in DATA statement

2015-10-21 Thread FX
> 2015-10-21 Steven G. Kargl > > PR fortran/67939 > * data.c (create_character_initializer): Deal with zero length string. > > 2015-10-21 Steven G. Kargl > > PR fortran/67939 > * gfortran.dg/pr67939.f90: New test. OK, thanks