aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vla-18.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-01re PR c/39605 ("error: variable-size type declared outside of any function" ↵Joseph Myers1-0/+9
is issued twice) PR c/39605 * c-decl.c (grokdeclarator): Pedwarn for file-scope array declarator whose size is not an integer constant expression but folds to an integer constant, then treat it as a constant subsequently. testsuite: * gcc.dg/vla-17.c, gcc.dg/vla-18.c: New tests. * gcc.dg/pr25682.c: Update expected diagnostics. From-SVN: r145405