This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36515] Integer read from stdin yields a value overflow for a valid integer.
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2008 04:19:36 -0000
- Subject: [Bug fortran/36515] Integer read from stdin yields a value overflow for a valid integer.
- References: <bug-36515-12036@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-06-13 04:19 -------
Actually, I was just checking what g77 does and noticed that -fno-range-check
did not do the trick with gfortran as I expected, so Steve beat me to the
punch. For legacy compatibility with g77 I think we should enable the option.
I will take care of it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36515