[gnu.gcc.bug] how do I track this down?

sayde@SVAX.CS.CORNELL.EDU (Richard Sayde) (11/29/89)

I ported GCC version 1.36 to a RISC processor called Cayuga (It's similar
to Berkely RISC without register windows). Here is the error at the command
line. The error seems to be due to some "asm volatile" statements. Any ideas
on how to track this down?

thanks
Richard
==========================================
/usr/u/cayuga/GCC/gcc36/gcc  -B/usr/u/cayuga/GCC/gcc36/ -S -Wall -fvolatile -O /usr/u/cayuga/Sensei/src/support/vsystem_routines.c -o /usr/u/cayuga/Sensei/asm/vsystem_routines.s
/usr/u/cayuga/Sensei/src/support/vsystem_routines.c: In function SysVirtualPassern:
/usr/u/cayuga/Sensei/src/support/vsystem_routines.c:101: The following insn was not recognizable:
(insn 50 6 8 (set (reg:SI 6)
       (const_int 34228)) -1 (nil)
   (nil))
/usr/u/cayuga/GCC/gcc36/gcc: Program cc1 got fatal signal 6.
*** Error code 1
make: Fatal error: Command failed for target `/usr/u/cayuga/Sensei/asm/vsystem_routines.s'