Re: [PATCH] fortran/66045 -- NULL() on RHS of assignment

2015-05-16 Thread FX
PR fortran/66045 * expr.c (gfc_check_assign): Check for assignment of NULL() instead of the (intended) pointer assignment. OK

[PATCH] fortran/66045 -- NULL() on RHS of assignment

2015-05-15 Thread Steve Kargl
Regression tested on trunk. OK to commit? The patch is self-explanatory. Steven G. Kargl ka...@gcc.gnu.org PR fortran/66045 * expr.c (gfc_check_assign): Check for assignment of NULL() instead of the (intended) pointer assignment. 2015-05-XX Steven G. Kargl