]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/c-typeck.c
c-typeck.c (parser_build_binary_op): If result from build_binary_op is ERROR_MARK...
authorHans-Peter Nilsson <hp@axis.com>
Tue, 22 Jan 2002 07:48:25 +0000 (07:48 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Tue, 22 Jan 2002 07:48:25 +0000 (07:48 +0000)
commit58bf601baeec94a1c6ed023021bd50e0821bc5bd
treee7ecf582e45c9e07d8241d5304747685b6e4b773
parent0c0c3c39952bd05d4f900820bcb3acf55df86f9c
c-typeck.c (parser_build_binary_op): If result from build_binary_op is ERROR_MARK just return error_mark_node...

* c-typeck.c (parser_build_binary_op): If result from
build_binary_op is ERROR_MARK just return error_mark_node without
further processing.

From-SVN: r49066
gcc/ChangeLog
gcc/c-typeck.c