------- Comment #14 from jsm28 at gcc dot gnu dot org 2006-06-05 16:50 ------- Subject: Bug 25161
Author: jsm28 Date: Mon Jun 5 16:50:45 2006 New Revision: 114394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114394 Log: PR c/25161 PR c/27020 * c-decl.c (grokdeclarator): Disallow variably modified types at file scope. Avoid marking shared array type of constant size as VLA. testsuite: * gcc.dg/array-10.c: New test. Added: branches/gcc-4_0-branch/gcc/testsuite/gcc.dg/array-10.c - copied unchanged from r114392, trunk/gcc/testsuite/gcc.dg/array-10.c Modified: branches/gcc-4_0-branch/gcc/ChangeLog branches/gcc-4_0-branch/gcc/c-decl.c branches/gcc-4_0-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25161