[Bug c++/89392] [7/8 Regression] ICE in bitmap_bit_p, at bitmap.c:978
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Aug 30 08:02:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89392
--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Fri Aug 30 08:02:02 2019
New Revision: 275061
URL: https://gcc.gnu.org/viewcvs?rev=275061&root=gcc&view=rev
Log:
2019-08-30 Richard Biener <rguenther@suse.de>
Backport from mainline
2019-04-09 Richard Sandiford <richard.sandiford@arm.com>
* tree-vect-data-refs.c (vect_get_smallest_scalar_type): Always
use gimple_expr_type for load and store calls. Skip over the
condition argument in a conditional internal function.
Protect use of TREE_INT_CST_LOW.
2019-04-08 Richard Biener <rguenther@suse.de>
PR tree-optimization/90006
* tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
calls like lrint.
* gcc.dg/vect/bb-slp-pr90006.c: New testcase.
2019-04-01 Bin Cheng <bin.cheng@linux.alibaba.com>
PR tree-optimization/89725
* tree-chrec.c (chrec_contains_symbols): New parameter. Handle outer
loop's chrec as invariant symbol.
* tree-chrec.h (chrec_contains_symbols): New parameter.
* tree-data-ref.c (analyze_miv_subscript): Pass new argument.
(build_classic_dist_vector_1, add_other_self_distances): Bypass access
function of loops not in DDR's loop_nest.
* gcc.dg/tree-ssa/pr89725.c: New test.
2019-03-26 Bin Cheng <bin.cheng@linux.alibaba.com>
PR tree-optimization/81740
* tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
In case of outer loop vectorization, check for backward dependence
at the inner loop if outer loop dependence is reversed.
* gcc.dg/vect/pr81740-1.c: New testcase.
* gcc.dg/vect/pr81740-2.c: Likewise.
2019-02-21 Richard Biener <rguenther@suse.de>
PR middle-end/89392
cp/
* vtable-class-hierarchy.c (vtv_generate_init_routine): Do not
make symtab process new functions here.
Added:
branches/gcc-8-branch/gcc/testsuite/gcc.dg/tree-ssa/pr89725.c
branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c
branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr81740-1.c
branches/gcc-8-branch/gcc/testsuite/gcc.dg/vect/pr81740-2.c
Modified:
branches/gcc-8-branch/gcc/ChangeLog
branches/gcc-8-branch/gcc/cp/ChangeLog
branches/gcc-8-branch/gcc/cp/vtable-class-hierarchy.c
branches/gcc-8-branch/gcc/testsuite/ChangeLog
branches/gcc-8-branch/gcc/tree-chrec.c
branches/gcc-8-branch/gcc/tree-chrec.h
branches/gcc-8-branch/gcc/tree-data-ref.c
branches/gcc-8-branch/gcc/tree-vect-data-refs.c
More information about the Gcc-bugs
mailing list