diff options
author | Richard Biener <rguenther@suse.de> | 2018-11-28 08:29:16 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2018-11-28 08:29:16 +0000 |
commit | fc60283c5c7987a120cdadd24024a0319bfe0360 (patch) | |
tree | 229c8f38b2813bede35b308081a83780a59a299c | |
parent | f9b4801ce0c6bad5088b4b851f03e337c86a5c8e (diff) | |
download | gcc-fc60283c5c7987a120cdadd24024a0319bfe0360.zip gcc-fc60283c5c7987a120cdadd24024a0319bfe0360.tar.gz gcc-fc60283c5c7987a120cdadd24024a0319bfe0360.tar.bz2 |
re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-loop.c:6465)
2018-10-19 Richard Biener <rguenther@suse.de>
PR tree-optimization/88182
* g++.dg/gomp/pr88182.C: Move from libgomp and use -fopenmp-simd.
* testsuite/libgomp.c++/pr88182.C: Move to g++.dg/gomp.
From-SVN: r266545
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/gomp/pr88182.C (renamed from libgomp/testsuite/libgomp.c++/pr88182.C) | 2 | ||||
-rw-r--r-- | libgomp/ChangeLog | 5 |
3 files changed, 11 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ce80f72..920885b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-10-19 Richard Biener <rguenther@suse.de> + + PR tree-optimization/88182 + * g++.dg/gomp/pr88182.C: Move from libgomp and use -fopenmp-simd. + 2018-11-27 Jakub Jelinek <jakub@redhat.com> PR c++/88187 diff --git a/libgomp/testsuite/libgomp.c++/pr88182.C b/gcc/testsuite/g++.dg/gomp/pr88182.C index 2e3ac69..6eeeed9 100644 --- a/libgomp/testsuite/libgomp.c++/pr88182.C +++ b/gcc/testsuite/g++.dg/gomp/pr88182.C @@ -1,5 +1,5 @@ // { dg-do run } -// { dg-options "-O -fopenmp -ftree-loop-if-convert -fno-ssa-phiopt" } +// { dg-options "-O -fopenmp-simd -ftree-loop-if-convert -fno-ssa-phiopt" } #pragma omp declare simd simdlen(4) notinbranch __attribute__((noinline)) int diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 41a78e6..d3c1bc3 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2018-10-19 Richard Biener <rguenther@suse.de> + + PR tree-optimization/88182 + * testsuite/libgomp.c++/pr88182.C: Move to g++.dg/gomp. + 2018-11-26 Jakub Jelinek <jakub@redhat.com> * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu. |