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/33866] [4.3 Regression] ICE in vect_get_vec_def_for_stmt_copy, at tree-vect-transform.c:1937



------- Comment #5 from irar at gcc dot gnu dot org  2007-10-25 07:26 -------
Subject: Bug 33866

Author: irar
Date: Thu Oct 25 07:25:55 2007
New Revision: 129623

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129623
Log:
        PR tree-optimization/33866
        * tree-vect-transform.c (vectorizable_store): Check operands of all the
        stmts in the group of strided accesses. Get def stmt type for each
store
        in the group and pass it to vect_get_vec_def_for_stmt_copy ().


Added:
    trunk/gcc/testsuite/gcc.dg/vect/pr33866.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-transform.c


-- 


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


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