catch_exc.cc: Disable test for -O1.
authorBalaji V. Iyer <bviyer@gcc.gnu.org>
Wed, 5 Feb 2014 19:46:33 +0000 (11:46 -0800)
committerBalaji V. Iyer <bviyer@gcc.gnu.org>
Wed, 5 Feb 2014 19:46:33 +0000 (11:46 -0800)
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.

From-SVN: r207519

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c
gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc

index 4d86055..7ab67fd 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2014-02-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * gcc.target/i386/avx512f-vrndscaless-2.c (compute_rndscaless):
        PR ipa/59831
        * g++.dg/ipa/devirt-24.C: New testcase.
 
+>>>>>>> .r207518
 2014-02-03  Marc Glisse  <marc.glisse@inria.fr>
 
        PR c++/53017
index 55ec223..fae1c29 100644 (file)
@@ -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" } { "" } } */
 
 #include <stdlib.h>
 #define DEFAULT_VALUE 30
index 0633d19..ff5ccbf 100644 (file)
@@ -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>