regression test issue

Jakub Jelinek jakub@redhat.com
Wed Feb 5 19:43:00 GMT 2014


On Wed, Feb 05, 2014 at 07:38:11PM +0000, Iyer, Balaji V wrote:
> +2014-02-05  Balaji V. Iyer  <balaji.v.iyer@intel.com>
> +
> +       * g++.dg/cilk-plus/CK/catch_exc.cc: Disable test for -O1
> +       * c-c++-common/cilk-plus/CK/spawner_inline.c: Likewise.

Ok.

> --- gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc      (revision 207437)
> +++ gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc      (working copy)
> @@ -1,6 +1,7 @@
>  /* { dg-options "-fcilkplus" } */
>  /* { dg-do run { target i?86-*-* x86_64-*-* arm*-*-* } } */
>  /* { dg-options "-fcilkplus -lcilkrts" { target { i?86-*-* x86_64-*-* arm*-*-* } } } */
> +/* { dg-skip-if "" { *-*-* } { "-O1" } { "" } } */
> 
>  #include <assert.h>
>  #include <unistd.h>
> Index: gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c
> ===================================================================
> --- gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c    (revision 207437)
> +++ gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c    (working copy)
> @@ -1,6 +1,7 @@
>  /* { dg-do run  { target { i?86-*-* x86_64-*-* } } } */
>  /* { dg-options "-fcilkplus" } */
>  /* { dg-additional-options "-lcilkrts" { target { i?86-*-* x86_64-*-* } } } */
> +/* { dg-skip-if "" { *-*-* } { "-O1" } { "" } } */
> 
> OK to install?

	Jakub



More information about the Gcc-patches mailing list