c99-math.h: Fix typo.
* gcc.dg/c99-math.h: Fix typo. From-SVN: r126235
This commit is contained in:
parent
836f779495
commit
5cc4845564
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -45,7 +45,7 @@ extern void abort(void);
|
|||
if (!isinf (huge)) \
|
||||
abort (); \
|
||||
\
|
||||
if (isnan (norm)) \
|
||||
if (isinf (norm)) \
|
||||
abort (); \
|
||||
\
|
||||
if (isinf (zero)) \
|
||||
|
|
Loading…
Add table
Reference in a new issue