Re: gcc optimizer bug and registerised/mangler compilation

2007-07-26 Thread Joe Buehler
Simon Marlow wrote: > Is this perhaps related to the following comment in TailCalls.h? It looks as though it might be the same bug. No response yet from the gcc maintainers, we'll see whether it gets fixed. -- Joe Buehler ___ Cvs-ghc mailing list Cvs

Re: gcc optimizer bug and registerised/mangler compilation

2007-07-25 Thread Simon Marlow
Joe Buehler wrote: There is an optimizer bug in gcc that prevents my compiling for hppa using optimization (via C and the mangler -- there is no native code generator for hppa). Bug 32820 has been filed against gcc for this. It is present in gcc versions going *way* back. I am a little puzzled

gcc optimizer bug and registerised/mangler compilation

2007-07-25 Thread Joe Buehler
There is an optimizer bug in gcc that prevents my compiling for hppa using optimization (via C and the mangler -- there is no native code generator for hppa). Bug 32820 has been filed against gcc for this. It is present in gcc versions going *way* back. I am a little puzzled though, in that the