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/77724] [7 Regression] bootstrap-O3 broken: ICE: in tree_to_uhwi, at tree.c:7330


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

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
Author: trippels
Date: Wed Sep 28 05:13:19 2016
New Revision: 240565

URL: https://gcc.gnu.org/viewcvs?rev=240565&root=gcc&view=rev
Log:
Fix PR tree-optimization/77724

2016-09-27  Robin Dapp  <rdapp@linux.vnet.ibm.com>

        PR tree-optimization/77724
        * tree-vect-loop-manip.c (create_intersect_range_checks_index):
        Add tree_fits_shwi_p check.

Added:
    trunk/gcc/testsuite/gcc.dg/vect/pr77724.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-vect-loop-manip.c

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