[2730] in Athena Bugs
RT /bin/as
daemon@ATHENA.MIT.EDU (John Carr)
Tue Aug 8 11:17:54 1989
To: bugs@ATHENA.MIT.EDU
Date: Tue, 08 Aug 89 11:17:32 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
The following file causes /bin/as on the RT to print this message
"tty.s", line 48: Assembler panic: bad internal data structure.
"tty.s", line 48: Botched reference into itab
and call abort(). Here is the file (there IS an error on line 48,
but the assembler's response to it is unreasonable):
.globl .oVncs
.set .oVncs,0
.globl .oVgcc1.35.95
.set .oVgcc1.35.95,0
.text
LC0:
.ascii "%d, %d\12\0"
.align 1
.globl _main
.data
.align 2
_main:
.globl _.main
.long _.main, 0, 0
.text
_.main:
stm r13,-48(r1)
cas r14,r0,r0
cal r13,-212(r1)
cau r1,-2(r1)
cal16 r1,2924(r1)
cau r0,65534(r13)
cas r2,r0,r0
cau r0,65534(r13)
cas r0,r0,r0
ail r0,r0,3136
cas r5,r0,r0
cau r0,2(r5)
cas r3,r0,r0
lis r0,4
st r0,-3076(r3)
lis r0,4
st r0,3136(r2)
cau r0,65534(r13)
cas r3,r0,r0
cau r0,65534(r13)
cas r0,r0,r0
cas r5,r0,r0
cau r0,2(r5)
cas r4,r0,r0
get r2,$LC0
l r3,3136(r3)
ls r4,60(r4)
ls r0,12(r14)
bali r15,_.printf
L1:
lm r13,128100(r1)
cal r1,62612(r1) brx r15
cau r1,1(r1)
.long 0xdf07dfd8
.byte 0x0d, 53
.data
.long _printf
.text
-----
--John Carr