This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/33614] ICE on semi-constant vector CONSTRUCTORs



------- Comment #3 from rsandifo at gcc dot gnu dot org  2007-10-29 22:01 -------
Subject: Bug 33614

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


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33614


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