aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c99-tgmath-1.c
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-09-27 20:10:15 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-09-27 20:10:15 +0000
commitda2ce74a2e7911007d73d18dda05741035b175b2 (patch)
treefb7dc438b39167b74bdd03254c7d8845a234ad58 /gcc/testsuite/gcc.dg/c99-tgmath-1.c
parentb91bd851582e05a8e6cc1035dd0a84a02c43d06b (diff)
downloadgcc-da2ce74a2e7911007d73d18dda05741035b175b2.zip
gcc-da2ce74a2e7911007d73d18dda05741035b175b2.tar.gz
gcc-da2ce74a2e7911007d73d18dda05741035b175b2.tar.bz2
c99-tgmath-1.c: Require c99_runtime and add the associated options.
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
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-tgmath-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/c99-tgmath-1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-tgmath-1.c b/gcc/testsuite/gcc.dg/c99-tgmath-1.c
index bef6ab1..c7d848c 100644
--- a/gcc/testsuite/gcc.dg/c99-tgmath-1.c
+++ b/gcc/testsuite/gcc.dg/c99-tgmath-1.c
@@ -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>