diff options
author | Janis Johnson <janis187@us.ibm.com> | 2007-12-18 22:50:56 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2007-12-18 22:50:56 +0000 |
commit | e6eb0797924766aa07a2afd6aa48b2a43704ef5a (patch) | |
tree | 107f71037a631e501d1c4e9a2295a659f8beef82 /gcc | |
parent | 82390eb63395b769f5708978859b24e3626018d5 (diff) | |
download | gcc-e6eb0797924766aa07a2afd6aa48b2a43704ef5a.zip gcc-e6eb0797924766aa07a2afd6aa48b2a43704ef5a.tar.gz gcc-e6eb0797924766aa07a2afd6aa48b2a43704ef5a.tar.bz2 |
* gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations.
From-SVN: r131045
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/builtin-modf-1.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 02f906b..8cbce0e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-12-18 Janis Johnson <janis187@us.ibm.com> + + * gcc.dg/torture/builtin-modf-1.c: Remove -funsafe-math-optimizations. + 2007-12-18 Douglas Gregor <doug.gregor@gmail.com> Jakub Jelinek <jakub@redhat.com> diff --git a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c index f438d34..27fd1fd 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c @@ -7,9 +7,6 @@ /* { dg-do link } */ /* { dg-options "-fno-finite-math-only" { target sh*-*-* } } */ -/* In order to fold algebraic exprs below, targets with "composite" - floating point formats need -funsafe-math-optimizations. */ -/* { dg-options "-funsafe-math-optimizations" { target mips*-*-irix6* powerpc*-*-* } } */ extern void link_error(int); |