diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2007-09-27 20:10:15 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2007-09-27 20:10:15 +0000 |
commit | da2ce74a2e7911007d73d18dda05741035b175b2 (patch) | |
tree | fb7dc438b39167b74bdd03254c7d8845a234ad58 /gcc/testsuite/gcc.dg/c99-tgmath-1.c | |
parent | b91bd851582e05a8e6cc1035dd0a84a02c43d06b (diff) | |
download | gcc-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.c | 3 |
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> |