builtins-43.c: Add -fno-finite-math-only.

* gcc.dg/builtins-43.c: Add -fno-finite-math-only.
	* gcc.dg/builtins-44.c: Likewise.
	* gcc.dg/builtins-45.c: Likewise.
	* gcc.dg/pr28796-2.c: Likewise.
	* gcc.dg/unordered-3.c: Likewise.

From-SVN: r118089
This commit is contained in:
Kaz Kojima 2006-10-27 22:04:35 +00:00
parent ef4a3e6410
commit 2810ec2fd5
6 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2006-10-27 Kaz Kojima <kkojima@gcc.gnu.org>
* gcc.dg/builtins-43.c: Add -fno-finite-math-only.
* gcc.dg/builtins-44.c: Likewise.
* gcc.dg/builtins-45.c: Likewise.
* gcc.dg/pr28796-2.c: Likewise.
* gcc.dg/unordered-3.c: Likewise.
2006-10-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/27954

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fno-trapping-math -fdump-tree-gimple -fdump-tree-optimized" } */
/* { dg-options "-O1 -fno-trapping-math -fno-finite-math-only -fdump-tree-gimple -fdump-tree-optimized" } */
extern void f(int);
extern void link_error ();

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fno-trapping-math -fdump-tree-optimized" } */
/* { dg-options "-O1 -fno-trapping-math -fno-finite-math-only -fdump-tree-optimized" } */
extern void f(int);
extern void link_error ();

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fno-trapping-math -fdump-tree-optimized" } */
/* { dg-options "-O1 -fno-trapping-math -fno-finite-math-only -fdump-tree-optimized" } */
extern void f(int);
extern void link_error ();

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-options "-O2 -funsafe-math-optimizations" } */
/* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only" } */
extern void abort (void);

View File

@ -1,4 +1,5 @@
/* { dg-do link } */
/* { dg-options "-fno-finite-math-only" } */
void link_error ();