]> gcc.gnu.org Git - gcc.git/commitdiff
(initializer_constant_valid_p): Handle COMPLEX_CST.
authorRichard Stallman <rms@gnu.org>
Mon, 22 Mar 1993 05:32:42 +0000 (05:32 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 22 Mar 1993 05:32:42 +0000 (05:32 +0000)
From-SVN: r3820

gcc/c-typeck.c

index e3fd8896b098c14ce9746e35a48cb56ef88acb45..314d91f19788ad44cb5c75230b871d2c7fd68457 100644 (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:
This page took 0.062358 seconds and 5 git commands to generate.