From 5cc48455646e5339afc2ed777eff0d852fc08215 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 2 Jul 2007 21:27:45 +0000 Subject: c99-math.h: Fix typo. * gcc.dg/c99-math.h: Fix typo. From-SVN: r126235 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/c99-math.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f09c09e..3b53680 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-07-02 Jakub Jelinek PR libgomp/32468 diff --git a/gcc/testsuite/gcc.dg/c99-math.h b/gcc/testsuite/gcc.dg/c99-math.h index 3f42f67..2f3054d 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)) \ -- cgit v1.1