(default_conversion): Pass through non-lvalue arrays without any conversion and/or...
authorRichard Stallman <rms@gnu.org>
Fri, 30 Apr 1993 00:54:54 +0000 (00:54 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 30 Apr 1993 00:54:54 +0000 (00:54 +0000)
commite855c5ce209b9f33af29453f7464611b8c8089d6
tree2dc1d34b31e74fdc94a8b9259d9a4f4bb2216a9a
parentb61cccc2679a54d9de32ed5e5d9d1f61901a1bdf
(default_conversion): Pass through non-lvalue arrays without any conversion and/or error messages.

(default_conversion):  Pass through non-lvalue arrays
without any conversion and/or error messages.  Such operands are
perfectly OK in many contexts.

(build_conditional_expr): Do default_conversion
before testing for ERROR_MARK.

From-SVN: r4281
gcc/c-typeck.c