re PR tree-optimization/67109 (ICE at -O3 on x86_64-linux-gnu in vect_analyze_slp_ins...
authorRichard Biener <rguenther@suse.de>
Wed, 5 Aug 2015 07:48:34 +0000 (07:48 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 5 Aug 2015 07:48:34 +0000 (07:48 +0000)
commit97af59b2a431dd25e40d19eba669a62814bf7b7a
treecd54eb93bd09d18e6061869b8f7c6413744ad1bb
parentf980c9a2622743e44456727a13c612b1c520c7f4
re PR tree-optimization/67109 (ICE at -O3 on x86_64-linux-gnu in vect_analyze_slp_instance, at tree-vect-slp.c:1793)

2015-08-05  Richard Biener  <rguenther@suse.de>

PR tree-optimization/67109
* tree-vect-data-refs.c (vect_analyze_group_access_1): Check
against too big groups.  Print whether this is a load or store
group.  Rename from ...
(vect_analyze_group_access): ... this which is now a wrapper
dissolving an invalid group.
(vect_analyze_data_ref_accesses): Print whether this is a load
or store group.

* gcc.dg/torture/pr67109.c: New testcase.
* gcc.dg/vect/vect-119.c: Adjust.

From-SVN: r226610
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr67109.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/vect/vect-119.c
gcc/tree-vect-data-refs.c