(initializer_constant_valid_p): Handle COMPLEX_CST.

From-SVN: r3820
This commit is contained in:
Richard Stallman 1993-03-22 05:32:42 +00:00
parent 4acbcee06b
commit 466e9220fd
1 changed files with 1 additions and 0 deletions

View File

@ -4305,6 +4305,7 @@ initializer_constant_valid_p (value, endtype)
case INTEGER_CST:
case REAL_CST:
case STRING_CST:
case COMPLEX_CST:
return null_pointer_node;
case ADDR_EXPR: