com.c (ffecom_arglist_expr_): Crash if non-supplied optional arg isn't passed as...
authorJeff Law <law@gcc.gnu.org>
Sun, 22 Feb 1998 19:26:46 +0000 (12:26 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 22 Feb 1998 19:26:46 +0000 (12:26 -0700)
commite2fa159e1d59089353cdfb11d52aed3450de2915
tree8db5a72265466bc02472d5b54f50deebe361b57c
parent6d4331962422e9333a9ca194aa9f81fc997f3cc7
com.c (ffecom_arglist_expr_): Crash if non-supplied optional arg isn't passed as an address.

        * com.c (ffecom_arglist_expr_): Crash if non-supplied
        optional arg isn't passed as an address.
        Pass null pointer explicitly, instead of via ffecom routine.
        If incoming argstring is NULL, substitute pointer to "0".
        Recognize '0' as ending the usual arg stuff, just like '\0'.
        * com.c (ffecom_arglist_expr_): Pass null pointers for optional
        args which aren't supplied.
More patches from Craig.

From-SVN: r18183
gcc/f/ChangeLog
gcc/f/com.c