c99-tgmath-1.c: Require c99_runtime and add the associated options.
authorRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 27 Sep 2007 20:10:15 +0000 (20:10 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 27 Sep 2007 20:10:15 +0000 (20:10 +0000)
gcc/testsuite/
* gcc.dg/c99-tgmath-1.c: Require c99_runtime and add the associated
options.
* gcc.dg/c99-tgmath-2.c: Likewise.
* gcc.dg/c99-tgmath-3.c: Likewise.
* gcc.dg/c99-tgmath-4.c: Likewise.

From-SVN: r128847

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/c99-tgmath-1.c
gcc/testsuite/gcc.dg/c99-tgmath-2.c
gcc/testsuite/gcc.dg/c99-tgmath-3.c
gcc/testsuite/gcc.dg/c99-tgmath-4.c

index 4f608d0e98e132740232e27a10d8ea3c19da37b9..619e625392252eb2e1668003038102d9d62188b3 100644 (file)
@@ -1,3 +1,11 @@
+2007-09-27  Richard Sandiford  <rsandifo@nildram.co.uk>
+
+       * gcc.dg/c99-tgmath-1.c: Require c99_runtime and add the associated
+       options.
+       * gcc.dg/c99-tgmath-2.c: Likewise.
+       * gcc.dg/c99-tgmath-3.c: Likewise.
+       * gcc.dg/c99-tgmath-4.c: Likewise.
+
 2007-09-27  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/33568
index bef6ab1b918821fea337987b2e8991901511677d..c7d848c7a6c13f04ab3af1273d87cde8c9707c57 100644 (file)
@@ -1,7 +1,8 @@
 /* Test for <tgmath.h> in C99. */
 /* Origin: Matt Austern <austern@apple.com>
-/* { dg-do preprocess } */
+/* { dg-do preprocess { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
+/* { dg-add-options c99_runtime } */
 
 /* Test that tgmath defines the macros it's supposed to. */
 #include <tgmath.h>
index 22435f3f9a488fb73e0b469ce0df794368d74ec3..d4f1f87cfa93bed1f1bff928d5049c07ad762ec7 100644 (file)
@@ -1,7 +1,8 @@
 /* Test for <tgmath.h> in C99. */
 /* Origin: Matt Austern <austern@apple.com>
-/* { dg-do compile } */
+/* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
+/* { dg-add-options c99_runtime } */
 
 /* Test that invoking type-generic sin on a float invokes sinf. */
 #include <tgmath.h>
index d3eaca15aee77d6b9c1ccb03cbf879d548b0e898..3e983042751f34eaed7d1a1aff7fb96ac2c0e668 100644 (file)
@@ -1,7 +1,8 @@
 /* Test for <tgmath.h> in C99. */
 /* Origin: Matt Austern <austern@apple.com>
-/* { dg-do compile } */
+/* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
+/* { dg-add-options c99_runtime } */
 
 /* Test that invoking type-generic exp on a complex invokes cexp. */
 #include <tgmath.h>
index 7d40449a7736fcf9e58339560bf5cea56c5d7800..d8dc043c261b4bba2cb58d18c9e933c85d485296 100644 (file)
@@ -1,7 +1,8 @@
 /* Test for <tgmath.h> in C99. */
 /* Origin: Matt Austern <austern@apple.com>
-/* { dg-do compile } */
+/* { dg-do compile { target c99_runtime } } */
 /* { dg-options "-std=iso9899:1999" } */
+/* { dg-add-options c99_runtime } */
 
 /* Test that invoking type-generic pow on complex float invokes cpowf. */
 #include <tgmath.h>