diff --git a/gcc/stmt.c b/gcc/stmt.c index 21e493260f3..9160053a44f 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -3456,6 +3456,7 @@ expand_decl (decl) (TYPE_ALIGN (TREE_TYPE (TREE_TYPE (decl))) / BITS_PER_UNIT)); } + else if (TREE_CODE (DECL_SIZE (decl)) == INTEGER_CST) { /* Variable of fixed size that goes on the stack. */