------- Comment #1 from kargl at gcc dot gnu dot org  2007-02-27 20:49 -------
This is a bogus PR.  The are no negative numbers.
This is a unary minus operation and 2147483648
is too big for INTEGER(4).  The only method to
get the most negative value is -HUGE() - 1.


-- 

kargl at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kargl at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30985

Reply via email to