gcc/
2001-01-01 Revital1 Eres <ERES@il.ibm.com>
* flags.h (HONOR_NANS): Fix typo in comment.
From-SVN: r117172
+2006-09-23 Revital1 Eres <ERES@il.ibm.com>
+
+ * flags.h (HONOR_NANS): Fix typo in comment.
+
2006-09-23 Uros Bizjak <uros@kss-loka.si>
* config/i386/driver-i386.c (host_detect_local_cpu): Add prototype.
/* True if the given mode has a NaN representation and the treatment of
NaN operands is important. Certain optimizations, such as folding
- x * 0 into x, are not correct for NaN operands, and are normally
+ x * 0 into 0, are not correct for NaN operands, and are normally
disabled for modes with NaNs. The user can ask for them to be
done anyway using the -funsafe-math-optimizations switch. */
#define HONOR_NANS(MODE) \