diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2016-01-17 22:49:24 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2016-01-17 22:49:24 +0000 |
commit | d656d82e5842c6bd174d02ac14c1bc11100a1101 (patch) | |
tree | 1063b425ac4084053d11c38f62159c6cc3dce9e4 | |
parent | 271366f67945e17307a7b3071957d27ebffc783f (diff) | |
download | gcc-d656d82e5842c6bd174d02ac14c1bc11100a1101.zip gcc-d656d82e5842c6bd174d02ac14c1bc11100a1101.tar.gz gcc-d656d82e5842c6bd174d02ac14c1bc11100a1101.tar.bz2 |
builtin-integral-1.c: Require c99_runtime.
* gcc.dg/torture/builtin-integral-1.c: Require c99_runtime.
From-SVN: r232487
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/builtin-integral-1.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 88b45b1..bd9a116 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-01-17 John David Anglin <danglin@gcc.gnu.org> + + * gcc.dg/torture/builtin-integral-1.c: Require c99_runtime. + 2016-01-16 Tom de Vries <tom@codesourcery.com> * c-c++-common/goacc/kernels-alias-ipa-pta-4.c: New test. diff --git a/gcc/testsuite/gcc.dg/torture/builtin-integral-1.c b/gcc/testsuite/gcc.dg/torture/builtin-integral-1.c index f3c3338..74d4ab0 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-integral-1.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-integral-1.c @@ -10,6 +10,8 @@ that various math functions are marked const/pure and can be folded. */ /* { dg-options "-ffinite-math-only -fno-math-errno" } */ +/* { dg-add-options c99_runtime } */ +/* { dg-require-effective-target c99_runtime } */ /* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */ extern int link_failure (int); |