diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-03-22 12:01:34 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-03-22 12:01:34 +0000 |
commit | 8b87acb8ea288e93de76c0482befdf2e30f152b3 (patch) | |
tree | 1981b76f670c09b7e810de5fefef8d093ed62458 | |
parent | 52a11d15fc9a76f4060f2962077b9f73e6717017 (diff) | |
download | gcc-8b87acb8ea288e93de76c0482befdf2e30f152b3.zip gcc-8b87acb8ea288e93de76c0482befdf2e30f152b3.tar.gz gcc-8b87acb8ea288e93de76c0482befdf2e30f152b3.tar.bz2 |
invoke.texi (-ffast-math): Remove duplicate line about __FAST_MATH__.
* invoke.texi (-ffast-math): Remove duplicate line about
__FAST_MATH__.
From-SVN: r40737
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/invoke.texi | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 388ec2a..b52795c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2001-03-22 Joseph S. Myers <jsm28@cam.ac.uk> + * invoke.texi (-ffast-math): Remove duplicate line about + __FAST_MATH__. + * gcc.texi: Remove more obsolete documentation of bugs and installation problems. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 519dd92..72fc1c8 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -2940,8 +2940,6 @@ and @samp{-fno-trapping-math}. This option causes the preprocessor macro __FAST_MATH__ to be defined. -This option causes the preprocessor macro __FAST_MATH__ to be defined. - This option should never be turned on by any @samp{-O} option since it can result in incorrect output for programs which depend on an exact implementation of IEEE or ISO rules/specifications for |