Commit 0c9cfa6f by Richard Stallman

(digest_init): Handle COMPLEX_TYPE like other scalars.

From-SVN: r3779
parent c95c47f3
......@@ -4903,7 +4903,7 @@ digest_init (type, init, tail, require_constant, constructor_constant, ofwhat)
/* Handle scalar types, including conversions. */
if (code == INTEGER_TYPE || code == REAL_TYPE || code == POINTER_TYPE
|| code == ENUMERAL_TYPE)
|| code == ENUMERAL_TYPE || code == COMPEX_TYPE)
{
if (raw_constructor)
{
......
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