From: Kaveh R. Ghazi Date: Mon, 2 Jul 2007 21:43:50 +0000 (+0000) Subject: c99-math.h: Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9eb37413b97e822f363941f460129edaa2942f6;p=thirdparty%2Fgcc.git c99-math.h: Fix typo. * gcc.dg/c99-math.h: Fix typo. From-SVN: r126237 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index dcf606f27a14..4136b9795742 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-07-02 Kaveh R. Ghazi + + * gcc.dg/c99-math.h: Fix typo. + 2007-06-30 Alexandre Oliva * g++.dg/ext/interface4.C, g++.dg/ext/interface4.h: New. diff --git a/gcc/testsuite/gcc.dg/c99-math.h b/gcc/testsuite/gcc.dg/c99-math.h index 3f42f67319d0..2f3054ddd567 100644 --- a/gcc/testsuite/gcc.dg/c99-math.h +++ b/gcc/testsuite/gcc.dg/c99-math.h @@ -45,7 +45,7 @@ extern void abort(void); if (!isinf (huge)) \ abort (); \ \ - if (isnan (norm)) \ + if (isinf (norm)) \ abort (); \ \ if (isinf (zero)) \