This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r116454 - in /branches/gcc-4_0-branch/gcc: Chan...


Author: jsm28
Date: Sat Aug 26 00:16:07 2006
New Revision: 116454

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116454
Log:
	PR c/27893
	* gimplify.c (gimplify_decl_expr, gimplify_init_ctor_preeval):
	Treat sizes as variable whenever not INTEGER_CST.

testsuite:
	* gcc.c-torture/compile/vla-const-1.c,
	gcc.c-torture/compile/vla-const-2.c: New tests.

Added:
    branches/gcc-4_0-branch/gcc/testsuite/gcc.c-torture/compile/vla-const-1.c
      - copied unchanged from r116450, trunk/gcc/testsuite/gcc.c-torture/compile/vla-const-1.c
    branches/gcc-4_0-branch/gcc/testsuite/gcc.c-torture/compile/vla-const-2.c
      - copied unchanged from r116450, trunk/gcc/testsuite/gcc.c-torture/compile/vla-const-2.c
Modified:
    branches/gcc-4_0-branch/gcc/ChangeLog
    branches/gcc-4_0-branch/gcc/gimplify.c
    branches/gcc-4_0-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]