]> git.ipfire.org Git - thirdparty/gcc.git/commit
Handle DR_NUM_DIMENSIONS == 0 in initialize_data_dependence_relation
authorTom de Vries <tom@codesourcery.com>
Tue, 26 Jan 2016 22:11:51 +0000 (22:11 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Tue, 26 Jan 2016 22:11:51 +0000 (22:11 +0000)
commit8dfdb4191221f83f15fa9c1ec8b55182d56b8d4c
tree01016121051cdf5eed6022d3e5383732ab09ec22
parent56f80f54fea87fd139fc3e8637eb86fd1f886380
Handle DR_NUM_DIMENSIONS == 0 in initialize_data_dependence_relation

2016-01-26  Tom de Vries  <tom@codesourcery.com>

PR tree-optimization/69110
* tree-data-ref.c (initialize_data_dependence_relation): Handle
DR_NUM_DIMENSIONS == 0.

* gcc.dg/autopar/pr69110.c: New test.

* testsuite/libgomp.c/pr69110.c: New test.

From-SVN: r232852
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/autopar/pr69110.c [new file with mode: 0644]
gcc/tree-data-ref.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c/pr69110.c [new file with mode: 0644]