Re: [PATCH] PR fortran/78571 -- Avoid ICE in invalid CHARACTER initialization

2018-06-08 Thread Steve Kargl
On Fri, Jun 08, 2018 at 09:01:11PM +0200, Thomas König wrote: > > Regression tested on x86_64-*-freebsd. OK to commit? > > OK, and thanks! > Thanks. Committed to trunk. -- Steve

Re: [PATCH] PR fortran/78571 -- Avoid ICE in invalid CHARACTER initialization

2018-06-08 Thread Thomas König
Hi Steve, Regression tested on x86_64-*-freebsd. OK to commit? OK, and thanks! Thomas

[PATCH] PR fortran/78571 -- Avoid ICE in invalid CHARACTER initialization

2018-06-07 Thread Steve Kargl
Regression tested on x86_64-*-freebsd. OK to commit? 2018-06-07 Steven G. Kargl PR fortran/78571 * data.c (create_character_initializer): Return early if type is incompatible with CHARACTER. 2018-06-07 Steven G. Kargl PR fortran/78571 * gfortran.dg