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
This commit is contained in:
Richard Sandiford 2007-09-27 20:10:15 +00:00 committed by Richard Sandiford
parent b91bd85158
commit da2ce74a2e
5 changed files with 16 additions and 4 deletions

View 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

View 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>

View 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>

View 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>

View 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>