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

Jakub Jelinek jakub@redhat.com
Wed Nov 19 10:39:00 GMT 2014


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



More information about the Gcc-patches mailing list