Commit a63f73f8 by DJ Delorie Committed by DJ Delorie

* c-typeck.c (digest_init): Check for sizeless arrays.

From-SVN: r45831
parent 9c2f7166
2001-09-26 DJ Delorie <dj@redhat.com>
* c-typeck.c (digest_init): Check for sizeless arrays.
2001-09-26 Richard Henderson <rth@redhat.com>
* optabs.c (init_one_libfunc): Create a dummy function type
......
......@@ -4690,6 +4690,7 @@ digest_init (type, init, require_constant, constructor_constant)
TREE_TYPE (inside_init) = type;
if (TYPE_DOMAIN (type) != 0
&& TYPE_SIZE (type) != 0
&& TREE_CODE (TYPE_SIZE (type)) == INTEGER_CST
/* Subtract 1 (or sizeof (wchar_t))
because it's ok to ignore the terminating null char
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment