libgfortran.h
37.3 KB
-
re PR fortran/36515 (Integer read from stdin yields a value overflow for a valid integer.) · a9608b57
2008-06-15 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR fortran/36515 * libgfortran.h (compile_options_t): Add int range_check to structure. * runtime/compile_options.c (set_options): Add range_check option. (init_compile_options): Likewise. *io/read.c (read_decimal): Change overflow checks to include range_check. From-SVN: r136822
Jerry DeLisle committed