Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!comp.vuw.ac.nz!jonathan From: jonathan@comp.vuw.ac.nz Newsgroups: gnu.gcc.bug Subject: Re: gcc-1.36: insn was not recognizable: (on pyramid) Message-ID: <8910162339.AA03492@comp.vuw.ac.nz> Date: 16 Oct 89 23:39:49 GMT References: <8910152217.AA10461@jupiter> Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 31 [[ I am posting this to the list because I cannot get mail to the original poster; and the message may be relevant to other users of gcc on Pyramids. ]] >When building X11R3 (patch 1-10 applied) gcc told > ``The following insn was not recognizable'' >building Text.o of the Athena Widget Set. The following patch should stop the compiler dumping core. tege@sics.SE concurs that this is the right way to fix this. *** /usr/src/gnu/gcc-1.36/config/pyr.md Sat Sep 23 09:47:50 1989 --- ./pyr.md Mon Oct 16 14:42:33 1989 *************** *** 132,138 **** (define_insn "" [(set (cc0) ! (match_operand:SI 0 "register_operand" "r"))] "" "mtstw %0,%0") --- 132,138 ---- (define_insn "" [(set (cc0) ! (match_operand:SI 0 "general_operand" "r"))] "" "mtstw %0,%0")