aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2007-07-02 21:27:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2007-07-02 21:27:45 +0000
commit5cc48455646e5339afc2ed777eff0d852fc08215 (patch)
tree9d452fbea95e518de61fe08dfb7bd054d4784cb2 /gcc
parent836f779495e3468c959fbcc2ea1cbcee17d50dba (diff)
downloadgcc-5cc48455646e5339afc2ed777eff0d852fc08215.zip
gcc-5cc48455646e5339afc2ed777eff0d852fc08215.tar.gz
gcc-5cc48455646e5339afc2ed777eff0d852fc08215.tar.bz2
c99-math.h: Fix typo.
* gcc.dg/c99-math.h: Fix typo. From-SVN: r126235
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/c99-math.h2
2 files changed, 5 insertions, 1 deletions
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 <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/c99-math.h: Fix typo.
+
2007-07-02 Jakub Jelinek <jakub@redhat.com>
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)) \