Commit abe31bf8 by Tom Wood

> (grokfield): Check for statically allocated objects.

From-SVN: r4065
parent bfb73556
...@@ -4991,6 +4991,7 @@ grokfield (filename, line, declarator, declspecs, width) ...@@ -4991,6 +4991,7 @@ grokfield (filename, line, declarator, declspecs, width)
finish_decl (value, NULL_TREE, NULL_TREE); finish_decl (value, NULL_TREE, NULL_TREE);
DECL_INITIAL (value) = width; DECL_INITIAL (value) = width;
maybe_objc_check_decl (value);
return value; return value;
} }
......
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