Re: [perl #43108] [PATCH] Getting Parrot compiled with C++ - Part one

2007-06-01 Thread chromatic
On Friday 01 June 2007 16:51:18 Steve Peters wrote: > The attached patch gets Parrot partially compiles with C++ (g++ actually). > This work gets the compile going through the start of the imcc compiler. Danger! The patch to src/stm/waitlist.c causes segfaults in t/stm/runtime.t, test 3: Progra

[perl #43108] [PATCH] Getting Parrot compiled with C++ - Part one

2007-06-01 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #43108] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43108 > The attached patch gets Parrot partially compiles with C++ (g++ actually). This work get