Re: imcc: basic_block 0 in loop

2003-04-02 Thread Leopold Toetsch
Steve Fink wrote: Why is this an error? I think I only encountered this because I had another bug in my code, but what is wrong with looping back to the beginning of a subroutine: This is related to the current fixes WRT flow control, subroutines and calling conventions, which is not finished y

imcc: basic_block 0 in loop

2003-04-01 Thread Steve Fink
Why is this an error? I think I only encountered this because I had another bug in my code, but what is wrong with looping back to the beginning of a subroutine: .sub _recurse .param int count eq count, 0, done sub count, 1 .arg count