[Bug fortran/30985] Misleading error message for -huge(integer)-1

2007-02-27 Thread kargl at gcc dot gnu dot org
--- 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

[Bug fortran/30985] Misleading error message for -huge(integer)-1

2007-02-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-02-27 21:50 --- *** This bug has been marked as a duplicate of 29580 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added