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 target/69053] [6 Regression] ICE in build_vector_from_val


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

--- Comment #11 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Tue Jan 12 11:41:16 2016
New Revision: 232263

URL: https://gcc.gnu.org/viewcvs?rev=232263&root=gcc&view=rev
Log:
2016-01-12  Richard Biener  <rguenther@suse.de>

        PR tree-optimization/69053
        * tree-vect-loop.c (get_initial_def_for_reduction): Properly
        convert initial value for cond reductions.

        * g++.dg/torture/pr69053.C: New testcase.

Added:
    trunk/gcc/testsuite/g++.dg/torture/pr69053.C
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-vect-loop.c

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