Path: utzoo!telly!attcan!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!raeburn From: raeburn@ATHENA.MIT.EDU (Ken Raeburn) Newsgroups: gnu.gcc.bug Subject: wrong arg type to emit_jump_if_reachable in stmt.c, gcc 1.34 Message-ID: <8903092353.AA03118@PROMETHEUS.MIT.EDU> Date: 9 Mar 89 23:53:58 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 4 In emit_case_nodes, emit_jump_if_reachable is called with an argument of type "tree" rather than type "rtx". It probably just needs label_rtx() wrapped around it.