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
This commit is contained in:
parent
f9b4801ce0
commit
fc60283c5c
3 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue