[perl #27833] IMCC parser chokes on empty sub

2004-12-13 Thread Will Coleda via RT
This no longer errors out, presumably due to the semi-recent changes regarding .return() > [EMAIL PROTECTED] - Mon Mar 22 01:18:45 2004]: > > - > IMCC parser chokes on empty subs. Simple test case: > > .sub _main > _foo() >

Re: [perl #27833] IMCC parser chokes on empty sub

2004-03-22 Thread Leopold Toetsch
Ilya Martynov <[EMAIL PROTECTED]> wrote: > IMCC parser chokes on empty subs. Simple test case: > .sub _main > _foo() > end > .end > .sub _foo for now just insert a: noop > .end I can imagine that there are a lot of places, where at least one instruction is assumed to be in t

[perl #27833] IMCC parser chokes on empty sub

2004-03-22 Thread via RT
# New Ticket Created by Ilya Martynov # Please include the string: [perl #27833] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27833 > - IMCC parser chokes