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: "kargl at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2008 22:14:48 -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 #1 from kargl at gcc dot gnu dot org 2008-06-12 22:14 -------
Sigh. This has been beaten to death.
-2147483648 is a unary minus operating on the operand 2147483648.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36515