c-typeck.c (build_compound_expr, [...]): Don't try to use non_lvalue to stop somethin...
authorJoseph Myers <jsm@polyomino.org.uk>
Fri, 15 Oct 2004 21:32:03 +0000 (22:32 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 15 Oct 2004 21:32:03 +0000 (22:32 +0100)
commitdee3cda5baf87dd89912cf5474611972b329505f
treea85c63055a746912d27a8232aac06320d9ffbc5a
parentd6b4201fab20b3045e479a9d0dce168abf4360f8
c-typeck.c (build_compound_expr, [...]): Don't try to use non_lvalue to stop something being a null pointer constant.

* c-typeck.c (build_compound_expr, build_c_cast): Don't try to use
non_lvalue to stop something being a null pointer constant.

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