Re: [perl #44291] [PATCH] Fix for suncc

2007-10-15 Thread Ron Blaschke
Ron Blaschke wrote: > Joshua Isom wrote: >> On Oct 13, 2007, at 7:20 AM, Ron Blaschke wrote: >>> Attached patch should fix computed goto on Solaris with the Sun C >>> compiler. > [snip] >>> Could someone please review the patch if I got it right, and maybe test >>> it on other computed goto platfor

Re: [perl #44291] [PATCH] Fix for suncc

2007-10-13 Thread Ron Blaschke
Joshua Isom wrote: > On Oct 13, 2007, at 7:20 AM, Ron Blaschke wrote: >> Attached patch should fix computed goto on Solaris with the Sun C >> compiler. [snip] >> Could someone please review the patch if I got it right, and maybe test >> it on other computed goto platforms? > > Just to clarify, you

Re: [perl #44291] [PATCH] Fix for suncc

2007-10-13 Thread chromatic
On Saturday 13 October 2007 05:20:34 Ron Blaschke wrote: > Attached patch should fix computed goto on Solaris with the Sun C compiler. > > All tests successful (7 subtests UNEXPECTEDLY SUCCEEDED), 11 tests and > 621 subtests skipped. > Passed TODO Stat Wstat TODOs Pass List of Passed > --

Re: [perl #44291] [PATCH] Fix for suncc

2007-10-13 Thread Joshua Isom
On Oct 13, 2007, at 7:20 AM, Ron Blaschke wrote: Attached patch should fix computed goto on Solaris with the Sun C compiler. All tests successful (7 subtests UNEXPECTEDLY SUCCEEDED), 11 tests and 621 subtests skipped. Passed TODO Stat Wstat TODOs Pass List of Passed

Re: [perl #44291] [PATCH] Fix for suncc

2007-10-13 Thread Ron Blaschke
Attached patch should fix computed goto on Solaris with the Sun C compiler. All tests successful (7 subtests UNEXPECTEDLY SUCCEEDED), 11 tests and 621 subtests skipped. Passed TODO Stat Wstat TODOs Pass List of Passed ---

Re: [perl #44291] [PATCH] Fix for suncc

2007-08-02 Thread Andy Dougherty
On Wed, 1 Aug 2007, Paul Cochrane wrote: > On 01/08/07, chromatic <[EMAIL PROTECTED]> wrote: > > On Tuesday 31 July 2007 23:23:22 Paul Cochrane wrote: > > > > Hi Paul, > > > > > This is what I thought. However, making the change made suncc > > > happier, which made me wonder if it worked on other

Re: [perl #44291] [PATCH] Fix for suncc

2007-08-01 Thread Andy Lester
On Aug 1, 2007, at 2:29 AM, Paul Cochrane wrote: After some more testing that seems correct. Andy mentioned to me yesterday about configuring with --cgoto=0 and this allows parrot to compile on Solaris with suncc. Yet another example where we need to be working on compilers, not platforms.

Re: [perl #44291] [PATCH] Fix for suncc

2007-08-01 Thread Paul Cochrane
On 01/08/07, chromatic <[EMAIL PROTECTED]> wrote: > On Tuesday 31 July 2007 23:23:22 Paul Cochrane wrote: > > Hi Paul, > > > This is what I thought. However, making the change made suncc > > happier, which made me wonder if it worked on other platforms (it > > seemed to) and hence why I asked. Be

Re: [perl #44291] [PATCH] Fix for suncc

2007-07-31 Thread Joshua Isom
On Jul 31, 2007, at 11:11 AM, Paul Cochrane (via RT) wrote: # New Ticket Created by Paul Cochrane # Please include the string: [perl #44291] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44291 > Hi all, Attached is a pat

Re: [perl #44291] [PATCH] Fix for suncc

2007-07-31 Thread chromatic
On Tuesday 31 July 2007 09:11:05 Paul Cochrane wrote: > Attached is a patch which allows the Sun C compiler on Solaris compile > Parrot. However, I'm *really* not sure if what I've done is correct. > I've tested the patch on Solaris (not all tests pass), on Linux (all > tests pass), and on Window