From: kkojima Date: Mon, 31 Mar 2008 01:17:57 +0000 (+0000) Subject: * g++.dg/other/error27.C: Use -fno-finite-math-only on sh* X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=1c246761787bb090ec933bf41aeca7526de7fbb8 * g++.dg/other/error27.C: Use -fno-finite-math-only on sh* targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133746 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 93d45791b40..f81763a5129 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-03-30 Kaz Kojima + + * g++.dg/other/error27.C: Use -fno-finite-math-only on sh* + targets. + 2008-03-30 John David Anglin PR c++/35245 diff --git a/gcc/testsuite/g++.dg/other/error27.C b/gcc/testsuite/g++.dg/other/error27.C index 70ac480ee3e..de97428571b 100644 --- a/gcc/testsuite/g++.dg/other/error27.C +++ b/gcc/testsuite/g++.dg/other/error27.C @@ -1,5 +1,6 @@ // PR c++/35332 // { dg-do compile } +// { dg-options "-fno-finite-math-only" { target sh*-*-* } } void foo (double x, double y) {