On Mon, 16 Dec 2002, Andy Dougherty wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #19189] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19189 > > > > On a Debian/SPARC system with gcc-2.95.4, and on a Solaris/SPARC > system with gcc-2.8.1, I get the following failure in t/pmc/perlhash: > > t/pmc/perlhash......# Failed test (t/pmc/perlhash.t at line 534) > # got: '' > # expected: 'ok 1 > # ok 2 > # ok 3 > # ok 4 > # ok 5 > # ' > # Looks like you failed 1 tests of 23. > dubious > Test returned status 1 (wstat 256, 0x10
This also fails for me with gcc-2.95.3 and gcc-3.2 but is successful with Suns cc. http://tinderbox.perl.org/tinderbox/bdshowbuild.cgi?tree=parrot Shows the same result. -J