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/33993] [4.3 Regression] ICE: verify_stmts failed (invalid reference prefix)



------- Comment #5 from jakub at gcc dot gnu dot org  2007-11-06 08:28 -------
Subject: Bug 33993

Author: jakub
Date: Tue Nov  6 08:28:37 2007
New Revision: 129920

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129920
Log:
        PR tree-optimization/33993
        * tree-vect-transform.c (vect_get_constant_vectors): Use build_vector
        rather than build_constructor_from_list if all list values are
        constants.
        (get_initial_def_for_induction): Use build_vector instead of
        build_constructor_from_list.

        * gcc.c-torture/compile/20071105-1.c: New test.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/20071105-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-transform.c


-- 


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


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