diff mbox

[libgomp] : Require vect_simd_clones effective target for examples-4/e.53.5.{c,f90}

Message ID CAFULd4YNA+hRxt8ohuQh1yC2-YgLLStE+4BKCEX===AUf8FBeQ@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Nov. 19, 2014, 10:26 a.m. UTC
Hello!

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.

Tested on x86_64-linux-gnu {,-m32} CentOS 5.11.

OK for mainline?

Uros.

Comments

Jakub Jelinek Nov. 19, 2014, 10:27 a.m. UTC | #1
On Wed, Nov 19, 2014 at 11:26:25AM +0100, Uros Bizjak wrote:
> 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.
> 
> Tested on x86_64-linux-gnu {,-m32} CentOS 5.11.
> 
> OK for mainline?

Yes, thanks.

> Index: testsuite/libgomp.fortran/examples-4/e.53.5.f90
> ===================================================================
> --- testsuite/libgomp.fortran/examples-4/e.53.5.f90	(revision 217718)
> +++ testsuite/libgomp.fortran/examples-4/e.53.5.f90	(working copy)
> @@ -1,4 +1,4 @@
> -! { dg-do run }
> +! { dg-do run { target vect_simd_clones } }
>  ! { dg-options "-O2" }
>  ! { dg-additional-options "-msse2" { target sse2_runtime } }
>  ! { dg-additional-options "-mavx" { target avx_runtime } }
> Index: testsuite/libgomp.c/examples-4/e.53.5.c
> ===================================================================
> --- testsuite/libgomp.c/examples-4/e.53.5.c	(revision 217718)
> +++ testsuite/libgomp.c/examples-4/e.53.5.c	(working copy)
> @@ -1,4 +1,4 @@
> -/* { dg-do run } */
> +/* { dg-do run { target vect_simd_clones } } */
>  /* { dg-options "-O2" } */
>  /* { dg-additional-options "-msse2" { target sse2_runtime } } */
>  /* { dg-additional-options "-mavx" { target avx_runtime } } */


	Jakub
diff mbox

Patch

Index: testsuite/libgomp.fortran/examples-4/e.53.5.f90
===================================================================
--- testsuite/libgomp.fortran/examples-4/e.53.5.f90	(revision 217718)
+++ testsuite/libgomp.fortran/examples-4/e.53.5.f90	(working copy)
@@ -1,4 +1,4 @@ 
-! { dg-do run }
+! { dg-do run { target vect_simd_clones } }
 ! { dg-options "-O2" }
 ! { dg-additional-options "-msse2" { target sse2_runtime } }
 ! { dg-additional-options "-mavx" { target avx_runtime } }
Index: testsuite/libgomp.c/examples-4/e.53.5.c
===================================================================
--- testsuite/libgomp.c/examples-4/e.53.5.c	(revision 217718)
+++ testsuite/libgomp.c/examples-4/e.53.5.c	(working copy)
@@ -1,4 +1,4 @@ 
-/* { dg-do run } */
+/* { dg-do run { target vect_simd_clones } } */
 /* { dg-options "-O2" } */
 /* { dg-additional-options "-msse2" { target sse2_runtime } } */
 /* { dg-additional-options "-mavx" { target avx_runtime } } */