[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] latest git changes
From: |
Christoph Schlegel |
Subject: |
Re: [Gm2] latest git changes |
Date: |
Sat, 16 Nov 2013 11:44:42 +0100 |
On Fri, 15 Nov 2013 12:06:07 +0000
Gaius Mulley <address@hidden> wrote:
>
> Hi,
>
> the latest entries are:
>
> * gcc-versionno/gcc/gm2/gm2-libs-iso/LongWholeIO.mod: (ReadInt)
> * gcc-versionno/gcc/gm2/gm2-libs-iso/ShortWholeIO.mod: (ReadInt)
> * gcc-versionno/gcc/gm2/gm2-libs-iso/WholeIO.mod: (ReadInt)
> catch overflow and set the read result accordingly.
>
> * gcc-versionno/gcc/gm2/gm2-compiler/M2GenGCC.mod:
> (FoldBinary) convert left and right operands to the result type.
> * gcc-versionno/gcc/gm2/gm2-libs-iso/ShortWholeIO.mod: (ReadInt)
> handle negative value without overflowing.
> * gcc-versionno/gcc/gm2/gm2-libs-iso/WholeIO.mod: (ReadInt)
> handle negative value without overflowing.
>
> regards,
> Gaius
Hello Gaius,
yes, the problem reported earlier has been fixed
(http://lists.gnu.org/archive/html/gm2/2013-11/msg00018.html).
I built gm2 from the latest tarball (November 15) under Cygwin32/Windows7.
Results of running the tests:
=== gm2 Summary ===
# of expected passes 7325
# of unexpected failures 1275
# of unresolved testcases 168
Logs are here:
http://freepages.modula2.org/downloads/gm2.sum
http://freepages.modula2.org/downloads/gm2.log
Regards
Christoph