diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-22 12:01:34 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-22 12:01:34 +0000 |
commit | da938fb47cef9f6ea1efd96d6896fdbdffc007c7 (patch) | |
tree | 1981b76f670c09b7e810de5fefef8d093ed62458 /gcc | |
parent | 453cb6b022dc8b9d715f4b056e8cde59c8820caf (diff) | |
download | gcc-da938fb47cef9f6ea1efd96d6896fdbdffc007c7.tar.gz |
* invoke.texi (-ffast-math): Remove duplicate line about
__FAST_MATH__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40737 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 388ec2aa67b..b52795c5a65 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 519dd92cea5..72fc1c86715 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 |