fb39ca4 / picoc

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

Assertion failure in pointer manipulation #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
zik@initech:~/work/picoc$ ./picoc -i
starting picoc
picoc> struct a { int b; int c; int d; };
picoc> printf("%d %d %d %d\n", (int)&e, (int)&e.b, (int)&e.c, (int)&e.d);
picoc: heap.c:89: HeapPopStack: Assertion `HeapStackTop == Addr' failed.
Aborted

Original issue reported on code.google.com by zik.sale...@gmail.com on 11 Oct 2009 at 3:57

GoogleCodeExporter commented 8 years ago
Fixed in revision #377

Original comment by zik.sale...@gmail.com on 6 Nov 2009 at 4:37