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 middle-end/68215] [6 regression] FAIL: c-c++-common/opaque-vector.c -std=c++11 (internal compiler error)


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

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Author: ebotcazou
Date: Fri Dec 11 21:58:48 2015
New Revision: 231575

URL: https://gcc.gnu.org/viewcvs?rev=231575&root=gcc&view=rev
Log:
        PR middle-end/68215
        * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
        Do not gimplify the result.
        (do_unop): Adjust call to tree_vec_extract.
        (do_binop): Likewise.
        (do_compare): Likewise.
        (do_plus_minus): Likewise.
        (do_negate): Likewise.
        (expand_vector_condition): Likewise.
        (do_cond): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-generic.c

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