Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2009-04-17 Thread Andrew Dougherty
On Thu, 16 Apr 2009, NotFound via RT wrote: Closing this ticket, the patch is very outdated and nobody is reporting related problems. If someone found any problem with the Solaris C++ compiler, or any other, please crate a new ticket in parrot trac. The files may have moved so that the patch

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2008-12-16 Thread NotFound
I just tried to build parrot with g++ on darwin/intel to see if I could replicate the initial failure reported in the ticket, but am unable to. (g++ is detected as gcc, and then we pass it an option that makes it explode.) What Configure options do you used? I usually do: --cc=g++

[perl #44845] [PATCH] C++ cleanups for Solaris CC

2008-03-16 Thread James Keenan via RT
Cage cleaning question: Can we get an update on the status of the patch proposed in this ticket? Thank you very much. kid51

[perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #44845] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44845 Solaris CC is a bit more sensative than g++ in three cases. First, making sure

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread Paul Cochrane
--- src/encoding.c.old Wed Aug 22 08:15:22 2007 +++ src/encoding.c Wed Aug 22 08:15:58 2007 @@ -105,6 +105,7 @@ { UNUSED(encodingname); real_exception(interp, NULL, UNIMPLEMENTED, Can't load encodings yet); +return NULL; } /* --- src/interpreter.c.old Wed

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread Steve Peters
On Wed, Aug 22, 2007 at 04:11:38PM +0200, Paul Cochrane wrote: --- src/encoding.c.old Wed Aug 22 08:15:22 2007 +++ src/encoding.c Wed Aug 22 08:15:58 2007 @@ -105,6 +105,7 @@ { UNUSED(encodingname); real_exception(interp, NULL, UNIMPLEMENTED, Can't load encodings

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread jerry gay
On 8/22/07, Steve Peters [EMAIL PROTECTED] wrote: On Wed, Aug 22, 2007 at 04:11:38PM +0200, Paul Cochrane wrote: --- src/encoding.c.old Wed Aug 22 08:15:22 2007 +++ src/encoding.c Wed Aug 22 08:15:58 2007 @@ -105,6 +105,7 @@ { UNUSED(encodingname);

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread Paul Cochrane
On 22/08/07, Steve Peters [EMAIL PROTECTED] wrote: On Wed, Aug 22, 2007 at 04:11:38PM +0200, Paul Cochrane wrote: --- src/encoding.c.old Wed Aug 22 08:15:22 2007 +++ src/encoding.c Wed Aug 22 08:15:58 2007 @@ -105,6 +105,7 @@ { UNUSED(encodingname);

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread Paul Cochrane
We can leave it out, but then we'll never be able to compile Parrot with Solaris CC. I just tried to compile Parrot with suncc and everything works (the tests are running atm). Did you configure with --cgoto=0? This is a known problem that suncc should be able to handle computed gotos but

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread Paul Cochrane
On 22/08/07, Nicholas Clark [EMAIL PROTECTED] wrote: On Wed, Aug 22, 2007 at 05:40:45PM +0200, Paul Cochrane wrote: We can leave it out, but then we'll never be able to compile Parrot with Solaris CC. I just tried to compile Parrot with suncc and everything works (the CC isn't cc

Re: [perl #44845] [PATCH] C++ cleanups for Solaris CC

2007-08-22 Thread Nicholas Clark
On Wed, Aug 22, 2007 at 05:40:45PM +0200, Paul Cochrane wrote: We can leave it out, but then we'll never be able to compile Parrot with Solaris CC. I just tried to compile Parrot with suncc and everything works (the CC isn't cc (C++ compiler versus C compiler) Nicholas Clark