]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 4d860551835aadb6a3899bd2ef3a18452a4b582a..7ab67fdfce0733251cc3b9e7d87225cde47eb321 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 55ec223abb3511d371173054c12db5e4584ffddd..fae1c299187e6de6392d9b009703a056b1168f42 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 0633d19030ce2ae48db56acb7ca4eec6090f4ed1..ff5ccbf5d249b071b47f834dcf70349f1e9f7f61 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>