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]

r116452 - in /branches/gcc-4_1-branch/gcc: Chan...


Author: jsm28
Date: Fri Aug 25 23:05:20 2006
New Revision: 116452

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116452
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_1-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_1-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_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/gimplify.c
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


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