[PATCH] PR fortran/66545 -- Fix NULL pointer dereference

2015-07-01 Thread Steve Kargl
The attached patch avoid the dereference of a NULL pointer, and thereby avoids an ICE. Regression tested on trunk. OK to commit? 2015-07-01 Steven g. Kargl ka...@gcc.gnu.org PR fortran/66545 * primary.c (match_sym_complex_part): Do not dereference NULL pointer. 2015-07-01

Re: [PATCH] PR fortran/66545 -- Fix NULL pointer dereference

2015-07-01 Thread Thomas Koenig
Hi Steve, The attached patch avoid the dereference of a NULL pointer, and thereby avoids an ICE. Regression tested on trunk. OK to commit? OK. Thanks for the patch! Thomas