Commit 5cc48455 by Kaveh R. Ghazi Committed by Kaveh Ghazi

c99-math.h: Fix typo.

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

From-SVN: r126235
parent 836f7794
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)) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment