[gnu.gcc.bug] Bug with Global Registers in 1.35 on 680[23]0

eliot@cs.qmc.ac.uk (Eliot Miranda) (08/18/89)

The following program causes gcc-cc1 v1.35 (& 1.33) for 68020s (SUN 3 & HP9K340)
to abort in insn-extract:

	register long *p asm("d7");

	long f(){ return *p; }

-- 
Eliot Miranda				email:		eliot@cs.qmc.ac.uk
Dept of Computer Science		Tel:		01 975 5220
Queen Mary Westfield College		International:	+44 1 975 5220
Mile End Road
LONDON E1 4NS