[Bug fortran/33285] integer too big compile error in gfortran
kargl at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Sep 2 21:04:00 GMT 2007
------- Comment #2 from kargl at gcc dot gnu dot org 2007-09-02 21:04 -------
The number 2147483648 is too big. The minus sign is a unary operator.
Either use the compiler option that Jerry mentioned or use 'k = - huge(k) - 1'
--
kargl at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33285
More information about the Gcc-bugs
mailing list