Re: [perl #22353] JIT!

2003-06-03 Thread Leopold Toetsch
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

Re: [perl #22353] JIT!

2003-05-31 Thread Leopold Toetsch
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

Re: [perl #22353] JIT!

2003-05-30 Thread Luke Palmer
> 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

Re: [perl #22353] JIT!

2003-05-29 Thread Leopold Toetsch
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

Re: [perl #22353] JIT!

2003-05-29 Thread Sean O'Rourke
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

[perl #22353] JIT!

2003-05-29 Thread via RT
# 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