[1196] in Athena Bugs
RT6.0C: hc compiler "SYSTEM ERROR 1"
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Tue Oct 18 22:11:08 1988
Date: Tue, 18 Oct 88 22:10:27 EDT
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
In /mit/raeburn/compiler-bugs/hc-60C/barf.c I've got a file which,
when compiled with "-ma -g -O -c", causes hc to report:
w "barf.c",L3151/C7: is_builtin_new:
| Variable is set but is never referenced.
w "barf.c",L3152/C7: BLKmode_parms_forced:
| Variable is set but is never referenced.
w "barf.c",L3658/C34: 2: Array subscript is not within bounds of array.
w "barf.c",L3859/C21: compare_mode: Variable is referenced but is never set.
w "barf.c",L3860/C11: code:
| Expression has no side effect and has been deleted.
w "barf.c",L3860/C3: "switch" statement has no cases.
>>> r6
>>>>>>>> S Y S T E M E R R O R 1 <<<<<<<<, in GEVAL
Register content not empty at end of block
(Fstackdump) Can't display call trace: read error occurred while reading string table
Problem occured near "barf.c",L3302/C12
Object module not generated.
No user errors 1 system error 35 warnings 204 unprinted warnings
Exit 1 hc -ma -g -O -c barf.c
The warnings are legitimate, but should not be fatal to the compiler.
-- Ken