From: Revital Eres Date: Sat, 23 Sep 2006 16:45:25 +0000 (+0000) Subject: flags.h (HONOR_NANS): Fix typo in comment. X-Git-Tag: releases/gcc-4.2.0~1264 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88a65e64eeda105dc8baaea0b69ea806b977cf4c;p=thirdparty%2Fgcc.git flags.h (HONOR_NANS): Fix typo in comment. gcc/ 2001-01-01 Revital1 Eres * flags.h (HONOR_NANS): Fix typo in comment. From-SVN: r117172 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8783eb00070b..e816362cea02 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-23 Revital1 Eres + + * flags.h (HONOR_NANS): Fix typo in comment. + 2006-09-23 Uros Bizjak * config/i386/driver-i386.c (host_detect_local_cpu): Add prototype. diff --git a/gcc/flags.h b/gcc/flags.h index 5e4583450a00..f5fdd6b2bf61 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -264,7 +264,7 @@ extern const char *flag_random_seed; /* 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) \