Re: Bad code generated by imcc optimiser

2005-06-01 Thread Dino Morelli
On Wed, 1 Jun 2005, Leopold Toetsch wrote: >Nick Glencross wrote: >> Leopold Toetsch wrote: > >>> Fixed, thanks for testing. >> >> Hmmm... Not seeing any improvement at my end ... > >I don't see any indication that it is still broken. I ran "make test" on >two different boxes w/o failures (the 2 c

Re: Bad code generated by imcc optimiser

2005-06-01 Thread Nick Glencross
Leopold Toetsch wrote: Nick Glencross wrote: Leopold Toetsch wrote: Fixed, thanks for testing. Hmmm... Not seeing any improvement at my end ... I don't see any indication that it is still broken. I ran "make test" on two different boxes w/o failures (the 2 cases are imcc/t/imcpasm/

Re: Bad code generated by imcc optimiser

2005-06-01 Thread Leopold Toetsch
Nick Glencross wrote: Leopold Toetsch wrote: Fixed, thanks for testing. Hmmm... Not seeing any improvement at my end ... I don't see any indication that it is still broken. I ran "make test" on two different boxes w/o failures (the 2 cases are imcc/t/imcpasm/opt1_71.pir and _72.pir). W

Re: Bad code generated by imcc optimiser

2005-05-31 Thread Nick Glencross
Leopold Toetsch wrote: Nick Glencross wrote: (I'm reposting this because I'm not sure what happened to the one that I sent to parrotbugs; forgive me if two eventually appear) Folks, There seems to be some problems with -O1 when instructions are optimised at the end of functions. Fixed,

Re: Bad code generated by imcc optimiser

2005-05-31 Thread Leopold Toetsch
Nick Glencross wrote: (I'm reposting this because I'm not sure what happened to the one that I sent to parrotbugs; forgive me if two eventually appear) Folks, There seems to be some problems with -O1 when instructions are optimised at the end of functions. Fixed, thanks for testing. In wh

Bad code generated by imcc optimiser

2005-05-31 Thread Nick Glencross
(I'm reposting this because I'm not sure what happened to the one that I sent to parrotbugs; forgive me if two eventually appear) Folks, There seems to be some problems with -O1 when instructions are optimised at the end of functions. For instance, take sub main func () end sub func $I0