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/51000] [4.7 Regression] ICE: in vect_get_store_cost, at tree-vect-stmts.c:923 on powerpc-apple-darwin9


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-11-10 08:29:56 UTC ---
Author: jakub
Date: Thu Nov 10 08:29:52 2011
New Revision: 181250

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181250
Log:
    PR tree-optimization/51000
    * tree-vect-patterns.c (vect_recog_bool_pattern): If adding
    a pattern stmt for a bool store, adjust DR_STMT too.
    Don't handle bool conversions to single bit precision lhs.
    * tree-vect-stmts.c (vect_remove_stores): If next is a pattern
    stmt, remove its related stmt and free its stmt_vinfo.
    (free_stmt_vec_info): Free also pattern stmt's vinfo and
    pattern def stmt's vinfo.
    * tree-vect-loop.c (destroy_loop_vec_info): Don't try to
    free pattern stmt's vinfo here.
    (vect_transform_loop): When calling vect_remove_stores,
    do gsi_next first and don't call gsi_remove.  If not strided
    store, free stmt vinfo for gsi_stmt (si) rather than stmt.

    * gcc.dg/vect/pr51000.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/vect/pr51000.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-loop.c
    trunk/gcc/tree-vect-patterns.c
    trunk/gcc/tree-vect-stmts.c


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