pcc_return problem

2003-08-14 Thread TOGoS
I'm not sure if this is a bug in IMCC or not, but I don't see the use of it, and it's causing my program to segfault. If I have more than one .pcc_begin_return .return x .return y etc .pcc_end_return block in a single compilation unit, every block wants to return the return values

Re: pcc_return problem

2003-08-11 Thread Leopold Toetsch
Togos [EMAIL PROTECTED] wrote: I'm not sure if this is a bug in IMCC or not, but I don't see the use of it, and it's causing my program to segfault. If I have more than one .pcc_begin_return .return x .return y etc .pcc_end_return block in a single compilation unit,

Re: pcc_return problem

2003-08-09 Thread Leopold Toetsch
Togos [EMAIL PROTECTED] wrote: If I have more than one .pcc_begin_return Fixed. Thanks again for the bug report. (Return conventions are still missing) leo