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/50133] [4.7 Regression] ICE: SIGSEGV in vect_finish_stmt_generation (gimple.h:4821) with -ftree-vectorize -fno-tree-loop-im


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-08-22 15:01:47 UTC ---
Author: jakub
Date: Mon Aug 22 15:01:42 2011
New Revision: 177958

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177958
Log:
    PR tree-optimization/50133
    * tree-vect-stmts.c (vect_finish_stmt_generation): Copy location
    from stmt instead of some statement around gsi.

    * gcc.dg/pr50133.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/pr50133.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    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]