foralex / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Doesn't work on 64-bit architectures #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When running tests:

Test: 00_assignment...
picoc: heap.c:215: HeapFreeMem: Assertion `MemNode->Size < 16384 &&
MemNode->Size > 0' failed.

Original issue reported on code.google.com by zik.sale...@gmail.com on 3 Nov 2009 at 8:28

GoogleCodeExporter commented 8 years ago
Now working on 64-bit architectures and tested ok on:

* Opteron
* Xeon
* PowerMac G5
* Itanium Madison - HP zx6000
* HP PA (apart from floating point issue #64)

Failed on:

* UltraSPARC II - will make new issue for UltraSPARC II

Original comment by zik.sale...@gmail.com on 7 Nov 2009 at 2:32