[RFC] A minor fix to a comment in flags.h

Revital1 Eres ERES@il.ibm.com
Tue Sep 19 10:44:00 GMT 2006


Is the following fix is o.k.?

Thanks


Index: flags.h
===================================================================
--- flags.h     (revision 115852)
+++ flags.h     (working copy)
@@ -264,7 +264,7 @@

 /* 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) \





More information about the Gcc-patches mailing list