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/71823] [6/7 Regression] g++ segfaults with -mfma and -ftree-slp-vectorize


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71823

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Mon Jul 11 20:39:44 2016
New Revision: 238230

URL: https://gcc.gnu.org/viewcvs?rev=238230&root=gcc&view=rev
Log:
        PR tree-optimization/71823
        * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
        to get vec_oprnds2 from op2.

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

Added:
    branches/gcc-6-branch/gcc/testsuite/gcc.dg/vect/pr71823.c
Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/testsuite/ChangeLog
    branches/gcc-6-branch/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]