This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r129739 - in /trunk/gcc: ChangeLog gimplify.c t...
- From: rsandifo at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 29 Oct 2007 22:01:25 -0000
- Subject: r129739 - in /trunk/gcc: ChangeLog gimplify.c t...
Author: rsandifo
Date: Mon Oct 29 22:01:24 2007
New Revision: 129739
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129739
Log:
gcc/
PR tree-optimization/33614
* gimplify.c (gimplify_init_constructor): Gimplify vector constructors
if they can't be reduced to VECTOR_CSTs and aren't legitimate
initializer constants.
gcc/testsuite/
PR tree-optimization/33614
* gcc.c-torture/compile/pr33614.c: New test.
Added:
trunk/gcc/testsuite/gcc.c-torture/compile/pr33614.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimplify.c
trunk/gcc/testsuite/ChangeLog