Commit 8c6c7b4c by Richard Stallman

(build_c_cast): When making a CONSTRUCTOR, provide the dummy first operand.

From-SVN: r5637
parent 312f0318
...@@ -3472,7 +3472,7 @@ build_c_cast (type, expr) ...@@ -3472,7 +3472,7 @@ build_c_cast (type, expr)
} }
else else
name = ""; name = "";
return digest_init (type, build (CONSTRUCTOR, type, return digest_init (type, build (CONSTRUCTOR, type, NULL_TREE,
build_tree_list (field, value)), build_tree_list (field, value)),
0, 0); 0, 0);
} }
......
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