c99-math.h: Fix typo.

* gcc.dg/c99-math.h: Fix typo.

From-SVN: r126235
This commit is contained in:
Kaveh R. Ghazi 2007-07-02 21:27:45 +00:00 committed by Kaveh Ghazi
parent 836f779495
commit 5cc4845564
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -45,7 +45,7 @@ extern void abort(void);
if (!isinf (huge)) \
abort (); \
\
if (isnan (norm)) \
if (isinf (norm)) \
abort (); \
\
if (isinf (zero)) \