This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran] PR36515 Integer read value overflow for a invalid integer.


Jerry DeLisle wrote:
To provide legacy compatibility with g77, this patch enables -fno-range-check at runtime. This is done by adding the range-check flag to the compile options array generated in trans-decl.c. The flag is then used in read.c to ignore the overflow.
OK. However, can you document in invoke.texi which command-line options affect the run-time behaviour of gfortran? I know of -std=, -frange-check and -fsign-zero. I think there should be a note below each of the options and maybe also a general note in the "Options for code generation conventions" section.

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]