]> git.gag.com Git - fw/sdcc/commit
* src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 1 Jun 2004 07:28:02 +0000 (07:28 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 1 Jun 2004 07:28:02 +0000 (07:28 +0000)
commitc32802346739c70f484ce1276c8d532e545ab67c
tree5626d024db8088a600a983e94e9c9090e3f89a08
parentb97be3e01170b196da59f898ec04e63f78ebb647
* src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
* src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
* src/SDCCglue.c (initPointer, printIvalType, printIvalStruct, printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed bugs 928906 and 954082 half-empty initializers
* src/SDCCsymt.h,
* src/SDCCsymt.c (getAllocSize): added for above fix
* src/z80/gen.c (genArrayInit): fixed bug 741044
* support/regression/tests/zeropad.c: added tests

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3335 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog