[Fortran, patch] PR33001 - Point to -fno-range-check
FX Coudert
fxcoudert@gmail.com
Thu Aug 9 21:15:00 GMT 2007
:REVIEWMAIL:
> Index: gcc/fortran/arith.c
> ===================================================================
> --- gcc/fortran/arith.c (Revision 127246)
> +++ gcc/fortran/arith.c (Arbeitskopie)
> @@ -1981,7 +1981,8 @@ arith_error (arith rc, gfc_typespec *fro
> gfc_typename (from), gfc_typename (to), where);
> break;
> case ARITH_OVERFLOW:
> - gfc_error ("Arithmetic overflow converting %s to %s at %L",
> + gfc_error ("Arithmetic overflow converting %s to %s at %L.
> This check "
> + "can be disabled with the option -fno-range-check",
> gfc_typename (from), gfc_typename (to), where);
> break;
> case ARITH_UNDERFLOW:
OK, noone seems to have any objection and I find it nice.
FX
More information about the Fortran
mailing list