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/59569] [4.9 Regression] r206148 causes internal compiler error: in vect_create_destination_var, at tree-vect-data-refs.c:4294


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

--- Comment #11 from meibf at gcc dot gnu.org ---
Author: meibf
Date: Mon Dec 23 15:07:58 2013
New Revision: 206179

URL: http://gcc.gnu.org/viewcvs?rev=206179&root=gcc&view=rev
Log:
2013-12-23  Bingfeng Mei  <bmei@broadcom.com>

    PR middle-end/59569
    * tree-vect-stmts.c (vectorizable_store): Skip permutation for
    consant operand, and add a few missing \n.

    * gcc.c-torture/compile/pr59569-1.c: New test.
    * gcc.c-torture/compile/pr59569-2.c: Ditto.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr59569-1.c
    trunk/gcc/testsuite/gcc.c-torture/compile/pr59569-2.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]