# New Ticket Created by Paul Cochrane # Please include the string: [perl #48280] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48280 >
In compilers/imcc/cfg.c:find_basic_blocks() there is the todo item: /* XXX FIXME: Now the way to check for a sub is unit->type */ Convert the code in these locations to use the more up-to-date method of checking for a sub; namely a unit->type lookup/call/thingy.