Re: [perl #59308] Test failures due to integer overflow

2008-09-25 Thread Patrick R. Michaud
Here's a patch that gets PCT to avoid generating the constants that IMCC can't handle, S03-operators/arith.t passes with this patch. (I'm not in a place where I can do a full spectest_regression, so I'm leaving the patch here for someone else to apply and test.) Pm Index: compilers/pct/src/PAST/C

Re: [perl #59308] Test failures due to integer overflow

2008-09-25 Thread Patrick R. Michaud
On Thu, Sep 25, 2008 at 02:01:22PM -0700, chromatic wrote: > On Thursday 25 September 2008 00:09:37 Moritz Lenz wrote: > > As of today (and r31404) Rakudo's 'make spectest_regression' produces > > compile time errors in three files, all of which are related to integer > > overflow. > > I suspect i

Re: [perl #59308] Test failures due to integer overflow

2008-09-25 Thread chromatic
On Thursday 25 September 2008 00:09:37 Moritz Lenz wrote: > As of today (and r31404) Rakudo's 'make spectest_regression' produces > compile time errors in three files, all of which are related to integer > overflow. > > To reproduce: > $ cd languages/perl6 > $ make spectest_regression > $ ../../pa

[perl #59308] Test failures due to integer overflow

2008-09-25 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #59308] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59308 > As of today (and r31404) Rakudo's 'make spectest_regression' produces compile time errors