[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Report on gm2-2010-11-12 [Was: Report on gm2-2010-11-07 on Solaris
From: |
john o goyo |
Subject: |
[Gm2] Report on gm2-2010-11-12 [Was: Report on gm2-2010-11-07 on Solaris 10/sparc] |
Date: |
Sun, 14 Nov 2010 15:49:24 -0500 |
On 12-Nov-10, Gaius Mulley wrote:
john o goyo <address@hidden> writes:
Gmake check-gm2 on gm2-2010-11-07 Solaris 10/sparc reports the
following.
=== gm2 Summary ===
# of expected passes 9171
# of unexpected failures 45
(Full report to Gaius.)
[...]
Hi John,
thanks for the bug report - I've just fixed the bug exposed by sigfigs
now (a double free) - do you still get the bug exposed by StrLib ?
regards,
Gaius
Gmake check-gm2 on gm2-2010-11-12 Solaris 10/sparc still reports the
same number as above but now all fail the same way, namely as below.
johng: 637 [tst-gm2]=> gm2 -fiso -g -c sigfig.mod
johng: 638 [tst-gm2]=> gm2 -fiso -g sigfig.mod
johng: 639 [tst-gm2]=> ./a.out
../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-iso/EXCEPTIONS.mod:
57:3:trying to deallocate memory which has never been allocated in RAISE
passed ToSigFig(12.3456789, 3) -> 12.3
Abort (core dumped)
johng: 641 [tst-gm2]=> gm2 -fiso -c -O sigfig.mod
johng: 642 [tst-gm2]=> gm2 -fiso -O sigfig.mod
johng: 643 [tst-gm2]=> ./a.out
../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-iso/EXCEPTIONS.mod:
57:3:trying to deallocate memory which has never been allocated in RAISE
passed ToSigFig(12.3456789, 3) -> 12.3
Abort (core dumped)
john