From c9eb37413b97e822f363941f460129edaa2942f6 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 2 Jul 2007 21:43:50 +0000 Subject: [PATCH] c99-math.h: Fix typo. * gcc.dg/c99-math.h: Fix typo. From-SVN: r126237 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/c99-math.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)) \ -- 2.47.2