mirror of git://gcc.gnu.org/git/gcc.git
e.53.5.c: Require vect_simd_clones effective target.
* testsuite/libgomp.c/examples-4/e.53.5.c: Require vect_simd_clones effective target. * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto. From-SVN: r217760
This commit is contained in:
parent
2865f32a96
commit
4a19f719d6
|
|
@ -1,3 +1,9 @@
|
||||||
|
2014-11-19 Uros Bizjak <ubizjak@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/libgomp.c/examples-4/e.53.5.c: Require
|
||||||
|
vect_simd_clones effective target.
|
||||||
|
* testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
|
||||||
|
|
||||||
2014-11-14 Jakub Jelinek <jakub@redhat.com>
|
2014-11-14 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead
|
* libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* { dg-do run } */
|
/* { dg-do run { target vect_simd_clones } } */
|
||||||
/* { dg-options "-O2" } */
|
/* { dg-options "-O2" } */
|
||||||
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
/* { dg-additional-options "-msse2" { target sse2_runtime } } */
|
||||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
! { dg-do run }
|
! { dg-do run { target vect_simd_clones } }
|
||||||
! { dg-options "-O2" }
|
! { dg-options "-O2" }
|
||||||
! { dg-additional-options "-msse2" { target sse2_runtime } }
|
! { dg-additional-options "-msse2" { target sse2_runtime } }
|
||||||
! { dg-additional-options "-mavx" { target avx_runtime } }
|
! { dg-additional-options "-mavx" { target avx_runtime } }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue