Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ucsd!usc!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!GARNET.BERKELEY.EDU!rusty
From: rusty@GARNET.BERKELEY.EDU
Newsgroups: gnu.gcc.bug
Subject: gcc-1.36, dec-3100, ultrix 3.1
Message-ID: <8909261854.AA08942@garnet.berkeley.edu>
Date: 26 Sep 89 18:54:50 GMT
Sender: daemon@tut.cis.ohio-state.edu
Distribution: gnu
Organization: GNUs Not Usenet
Lines: 14

This warning (line 749) has been here since 1.35 at least:


cc -O  -o genemit genemit.o rtl.o obstack.o
./genemit md > tmp-insn-emit.c
./move-if-change tmp-insn-emit.c insn-emit.c
touch stamp-emit.c
cc -O -I. -I. -I./config -c insn-emit.c
ccom: Warning: insn-emit.c, line 729: statement not reached
        operand0 = emit_operand[0];
      ----------------------------^
ccom: Warning: insn-emit.c, line 749: zero or negative subscript
        rtx emit_operand[0];
      --------------------^