> -----Original Message-----
> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-
> ow...@gcc.gnu.org] On Behalf Of Jakub Jelinek
> Sent: Wednesday, February 5, 2014 2:43 PM
> To: Iyer, Balaji V
> Cc: Paolo Carlini; gcc-patches@gcc.gnu.org
> Subject: 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.i...@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.
> 

Committed.

-Balaji V. Iyer.


> > --- 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

Reply via email to