1 /* Oki bug report, no number. Here's the output the error generates.
3 gcc -c -g -ansi oki008.c -o oki008.o -msoft-float
4 oki008.c: In function `Proc0':
5 oki008.c:50: internal error--insn does not satisfy its constraints:
6 (insn 37 35 24 (set (mem:DF (post_inc:DF (reg:SI 1 %r1)))
7 (reg:DF 48 %fr12)) 94 {reload_outdf+2} (nil)
9 gcc: Internal compiler error: program cc1 got fatal signal 6
14 typedef int Enumeration
;
15 typedef int OneToFifty
;
16 typedef char String30
[31];
19 struct Record
*PtrComp
;
26 typedef struct Record RecordType
;
27 typedef RecordType
* RecordPtr
;
41 if (pbuf
>= &buf
[sizeof (buf
)]) {
42 printf("_malloc error\n");
60 extern char *_malloc();
62 register unsigned int i
;
64 PtrGlbNext
= (RecordPtr
) _malloc(sizeof(RecordType
));