]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/primary.cc
invoke.texi: Document -Wunderflow and spell check.
authorSteven G. Kargl <kargls@comcast.net>
Sat, 22 May 2004 11:03:17 +0000 (11:03 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 22 May 2004 11:03:17 +0000 (11:03 +0000)
commit2d8b59dfd5402cce6da3949fb1f84d7492ab5cbc
tree5e2d923df60ffc2a25a7691f24bdb163cf4a7da7
parent9fd47435098270dd5687b9bbaa34d1b9ecb494e7
invoke.texi: Document -Wunderflow and spell check.

* invoke.texi: Document -Wunderflow and spell check.
* lang.opt: Add Wunderflow.
* gfortran.h (gfc_option_t): Add warn_underflow option.
* options.c (gfc_init_options, set_Wall): Use it.
* primary.c (match_real_constant): Explicitly handle UNDERFLOW.
* arith.c (gfc_arith_uminus, gfc_arith_plus, gfc_arith_minus,
gfc_arith_times, gfc_arith_divide, gfc_arith_power, gfc_real2real,
gfc_real2complex, gfc_complex2real, gfc_complex2complex): Ditto.
* arith.c (common_logarithm): Fix typo in comment.

From-SVN: r82130
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/gfortran.h
gcc/fortran/invoke.texi
gcc/fortran/lang.opt
gcc/fortran/options.c
gcc/fortran/primary.c