]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
builtin-integral-1.c: Require c99_runtime.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Jan 2016 22:49:24 +0000 (22:49 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 17 Jan 2016 22:49:24 +0000 (22:49 +0000)
* gcc.dg/torture/builtin-integral-1.c: Require c99_runtime.

From-SVN: r232487

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/builtin-integral-1.c

index 88b45b1e784857514f5c82e605f14b64c5047387..bd9a11653d78aee7129d00a94ecb81d513e3ab78 100644 (file)
@@ -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.
index f3c3338342e84e797ebebc341ab7300f09f693cd..74d4ab047c64d954aef0278ff0cf11878323c1de 100644 (file)
@@ -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);