]> gcc.gnu.org Git - gcc.git/commitdiff
> (grokfield): Check for statically allocated objects.
authorTom Wood <wood@gnu.org>
Fri, 9 Apr 1993 23:10:58 +0000 (23:10 +0000)
committerTom Wood <wood@gnu.org>
Fri, 9 Apr 1993 23:10:58 +0000 (23:10 +0000)
From-SVN: r4065

gcc/c-decl.c

index ba722bc5046e07913e38fcc7b9d39b81d168f628..9241b3e237c98885b437037d9ea0a1d4bceb8cd2 100644 (file)
@@ -4991,6 +4991,7 @@ grokfield (filename, line, declarator, declspecs, width)
   finish_decl (value, NULL_TREE, NULL_TREE);
   DECL_INITIAL (value) = width;
 
+  maybe_objc_check_decl (value);
   return value;
 }
 \f
This page took 0.070173 seconds and 5 git commands to generate.