Peter Sinnott <[EMAIL PROTECTED]> wrote: > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/library/md5.t 4 1024 4 4 100.00% 1-4 > t/pmc/mmd.t 6 1536 18 6 33.33% 10-15 > t/pmc/object-meths.t 2 512 29 2 6.90% 28-29
> These seem to be failing with linux gcc 2.72 , 3.2 , 3.3 and 3.4 but not 2.95 > gcc3.3 on free bsd is also failing. As well as with gcc 3.3 on OSX (which passed md5.t, though) > #0 0x08161abd in fixup_bsrs (interpreter=0x82f9f08) at imcc/pbc.c:482 > 482 assert(s1->unit); Slightly wrong assertion test. Fixed (s1->unit was undefined in some cases). Thanks for reporting, leo