Re: [PATCH] fortran/66045 -- NULL() on RHS of assignment
>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
Regression tested on trunk. OK to commit? The patch is self-explanatory. Steven G. Kargl 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 PR fortran/66045