This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: regression test issue


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]