• pbrook's avatar
    * invoke.texi: Document -Wunderflow and spell check. · 9857bf0d
    pbrook authored
    	* 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.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82130 138bc75d-0d04-0410-961f-82ee72b054a4
    9857bf0d
primary.c 44.7 KB