On Tue, Apr 1, 2008 at 11:29 AM, via RT Andy Dougherty <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #52376] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52376 > > > > I am happy to report improvements for both cc and gcc since last time I > ran a full 'make test'. Many improvements are due to getting rid of old > buggy tests (e.g. t/src/hash, which reliably dumped core for years). > > The biggest problems with gcc are due to already-identified problems with > the configure tests and with __attribute_null__. > > --- parrot-current/PLATFORMS Mon Mar 31 14:18:52 2008 > +++ parrot-andy/PLATFORMS Tue Apr 1 10:21:16 2008 > @@ -31,8 +31,8 @@ > linux-x86_64-gcc4.1.0 4 Y - - Y Y Y Y/2 ? > 20060807 > linux-x86_64-gcc4.1.2 8 Y - - Y Y Y Y ? > 20080220 > openbsd-zaurus-gcc3.3.5 Y - - Y Y Y ? ? > 20070309 > -sol8-sparc-cc B - - - - - - Y/13*3 ? > 20071218 > -sol8-sparc-gcc_4.1.0 B - - - - - - Y/171 ? > 20080109 > +sol8-sparc-cc B - - - - - - Y/1 ? > 20080401 > +sol8-sparc-gcc_4.1.0 B - - - - - - Y/77 ? > 20080401 > sol10-sparc-cc_5.8 B Y - - Y Y Y Y/9 ? > 20060807 > sol10-sparc-gcc_4.0.2 B Y - - Y Y Y Y/9 ? > 20060807 > sol10-x86-cc_5.9 4 - - - - - Y Y ? > 20071010 > @@ -75,7 +75,6 @@ > Remarks: > *1 need PATH=$PATH:$PWD/blib/lib to locate DLL > *2 some tests fail intermittently when building x86 on xeon processor > -*3 t/pmc/threads_7.t hangs and must be killed manually > *4 You must run Configure.pl with --jitcapable > > The following configurations are also working on x86/linux (and possibly > > -- > Andy Dougherty [EMAIL PROTECTED] > >
Thanks, applied in r26691. -- Will "Coke" Coleda