c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P...
authorMark Mitchell <mark@codesourcery.com>
Tue, 21 Mar 2000 19:33:42 +0000 (19:33 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 21 Mar 2000 19:33:42 +0000 (19:33 +0000)
commitb8de2d021a0d6798e4b611078c667a6ac7f81a67
treebe0e8ff6ba8473ba8d3d2b04e2e107498102b3fc
parent485976a9f587ade39ad0cf14cbbab518221003db
c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P...

* c-common.c (c_expand_expr_stmt): Use COMPLETE_TYPE_OR_VOID_P,
not COMPLETE_TYPE_P, to check the type of the expression.

From-SVN: r32674
gcc/ChangeLog
gcc/c-common.c