Re: crash in HEAD

2004-02-04 Thread Luke Palmer
Sterling Hughes writes: > Hey, > > The following PIR crashes CVS head: > > .sub _main > $P0 = new PerlUndef > .sym PerlUndef i > i = new PerlUndef > i = 0 > L0: > $I0 = 0 > $P1 = new PerlUndef > $P1 = 10 > unless i < $P1 goto L3 >

crash in HEAD

2004-02-04 Thread Sterling Hughes
Hey, The following PIR crashes CVS head: .sub _main $P0 = new PerlUndef .sym PerlUndef i i = new PerlUndef i = 0 L0: $I0 = 0 $P1 = new PerlUndef $P1 = 10 unless i < $P1 goto L3 $I0 = 1 L3: if $I0 goto L1 goto