[7724] in Athena Bugs
decmips 7.2R: saber
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Tue Jul 9 01:19:05 1991
To: bugs@ATHENA.MIT.EDU
Date: Tue, 09 Jul 91 01:18:52 EDT
From: Marc Horowitz <marc@ATHENA.MIT.EDU>
System name: hodge
Type and version: KN01 7.2R (3 update(s) to same version)
Display type: PM-MONO
What were you trying to do?
have saber check a program
What's wrong:
saber is confused:
"sh.set.c":398, putn(), Decimal constant too large (Warning #221)
397: num = 4; /* comfuse lint */
398: if (sizeof(int) == num && n == -2147483648) {
^
399: *putp++ = '2';
Decimal constant (2147483648) exceeds maximum signed long (2147483647).
-2147483648 is a valid signed long.
What should have happened:
Please describe any relevant documentation references: