diff options
| -rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fortran/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e2c2bcf..dbd01a6 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-10-19 Brooks Moses <bmoses@stanford.edu> + + * invoke.texi: Fixed "denormal" typo. + 2006-10-19 Paul Thomas <pault@gcc.gnu.org> PR fortran/29216 diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 44f5b2a..51554a5 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -553,7 +553,7 @@ point operation, such as @code{sqrt(-1.0)}), @samp{zero} (division by zero), @samp{overflow} (overflow in a floating point operation), @samp{underflow} (underflow in a floating point operation), @samp{precision} (loss of precision during operation) and @samp{denormal} -(operation produced a denormal denormal value). +(operation produced a denormal value). @end table @xref{Debugging Options,,Options for Debugging Your Program or GCC, |
