Luke Palmer <[EMAIL PROTECTED]> wrote:
> It appears JIT is entirely broken. It broke recently, as it was
> working well for me just a couple days ago.
> I'm running i686 (P3) Linux, gcc-3.2.2
Have it. I did install gcc 3.3.1 (and a newer gdb). The segfaults are
due to new ways how gcc 3 does su
Luke Palmer wrote:
I'm running i686 (P3) Linux, gcc-3.2.2
It's that JIT_CGP thingy
Thanks for your tests. It seems, I've to download and install the latest
gcc, to get this fixed. In the meanwhile, we probably need some more
compiler specific config stuff.
leo
> Luke Palmer <[EMAIL PROTECTED]> wrote:
>
> > It appears JIT is entirely broken. It broke recently, as it was
> > working well for me just a couple days ago.
>
> > I'm running i686 (P3) Linux, gcc-3.2.2
>
> > I get segfaults with both imcc -Oj and parrot -j (with assemble.pl) on
> > mandel.pas
Luke Palmer <[EMAIL PROTECTED]> wrote:
> It appears JIT is entirely broken. It broke recently, as it was
> working well for me just a couple days ago.
> I'm running i686 (P3) Linux, gcc-3.2.2
> I get segfaults with both imcc -Oj and parrot -j (with assemble.pl) on
> mandel.pasm and a bunch of o
On Wed, 28 May 2003, Luke Palmer wrote:
> I get segfaults with both imcc -Oj and parrot -j (with assemble.pl) on
> mandel.pasm and a bunch of others.
I've noticed a number of these as well (linuxppc, gcc3.3), but then again
I've been tweaking my copy of the JIT. I get these failures:
Failed Tes
# New Ticket Created by Luke Palmer
# Please include the string: [perl #22353]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=22353 >
It appears JIT is entirely broken. It broke recently, as it was
working well for me just