diff options
author | Balaji V. Iyer <bviyer@gcc.gnu.org> | 2014-02-05 11:46:33 -0800 |
---|---|---|
committer | Balaji V. Iyer <bviyer@gcc.gnu.org> | 2014-02-05 11:46:33 -0800 |
commit | 7a62e56652c69f6c95302b06a1812e42041c9ea4 (patch) | |
tree | 40b90320b0bae49c753fc415d183bdfdc864b65b | |
parent | 76df831f5d7d2f73f396bfe76f88c4ed9aab4faf (diff) | |
download | gcc-7a62e56652c69f6c95302b06a1812e42041c9ea4.zip gcc-7a62e56652c69f6c95302b06a1812e42041c9ea4.tar.gz gcc-7a62e56652c69f6c95302b06a1812e42041c9ea4.tar.bz2 |
catch_exc.cc: Disable test for -O1.
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4d86055..7ab67fd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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): @@ -114,6 +119,7 @@ PR ipa/59831 * g++.dg/ipa/devirt-24.C: New testcase. +>>>>>>> .r207518 2014-02-03 Marc Glisse <marc.glisse@inria.fr> PR c++/53017 diff --git a/gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c b/gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c index 55ec223..fae1c29 100644 --- a/gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c +++ b/gcc/testsuite/c-c++-common/cilk-plus/CK/spawner_inline.c @@ -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 diff --git a/gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc b/gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc index 0633d19..ff5ccbf 100644 --- a/gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc +++ b/gcc/testsuite/g++.dg/cilk-plus/CK/catch_exc.cc @@ -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> |