expr.c (safe_from_p): Change code to ERROR_MARK only when not accessing nodes.
authorJason Merrill <jason@gcc.gnu.org>
Thu, 13 Aug 1998 16:12:55 +0000 (12:12 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 13 Aug 1998 16:12:55 +0000 (12:12 -0400)
commitff59bfe6b2ea13d9bb6171a43a5957e03a73901f
treea6ff7c8e7d25278a337f2dcc9679eaa22d0df471
parent0d906a5f369e6c35c32c7f5489dd4027c823973e
expr.c (safe_from_p): Change code to ERROR_MARK only when not accessing nodes.

* expr.c (safe_from_p): Change code to ERROR_MARK only when not
accessing nodes.
* toplev.c (display_help): Add braces to shut up warnings.
* fold-const.c (non_lvalue): Don't deal with null pointer
constants here.
(fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.

From-SVN: r21698
gcc/ChangeLog
gcc/expr.c
gcc/fold-const.c
gcc/toplev.c