(digest_init): Handle COMPLEX_TYPE like other scalars.
From-SVN: r3779
This commit is contained in:
parent
c95c47f3e9
commit
0c9cfa6f4f
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user