]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/fortran/trans-array.cc
Backported from master:
[gcc.git] / gcc / fortran / trans-array.cc
index 514cb057afb6d404295a4042ed0fac0311b8425f..f7097ee41651ab45e829eb3c8dce5c34b1df479b 100644 (file)
@@ -6614,7 +6614,6 @@ gfc_trans_auto_array_allocation (tree decl, gfc_symbol * sym,
   type = TREE_TYPE (type);
 
   gcc_assert (!sym->attr.use_assoc);
-  gcc_assert (!TREE_STATIC (decl));
   gcc_assert (!sym->module);
 
   if (sym->ts.type == BT_CHARACTER
This page took 0.034169 seconds and 5 git commands to generate.