1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/test/val
Greg King 8b42f570e9 Fixed code that caused a seg-fault after parsing a (deferred) post-count argument followed by a (nested) function-call argument.
The old broken code defers the count until the end of the (parent function's) argument list.  But, a nested function call clears the pointer to the deferred type.  That leads to an access violation.
The new code defers only until the end of each argument.  Fixes #1320.
2020-11-20 17:45:14 -05:00
..
add1.c
add2.c
add3.c
add3a.c
add4.c
add5.c
and1.c
and2.c
anon-struct1.c
anon-struct2.c
assign-use1.c Fixed a bug that didn't preserve the accumulator's value when a simple 16-bit fetch-and-store is optimized. (#637) 2018-05-12 13:46:16 -04:00
atoi-test.c
binlit.c
bitfield-union.c Add test of union of bit-field from mailing list 2020-08-17 09:54:31 +02:00
bitfield.c
bool1.c
bool3.c
bss-name-decl.c
bss-name.c Fix regression of #pragma bss-name 2017-03-21 22:35:25 +01:00
bug170.c
bug250.c
bug327.c Fixed Issue #327. 2020-08-22 13:44:18 +02:00
bug367.c
bug735.c
bug830.c
bug895.c
bug975.c
bug1047.c
bug1050.c
bug1071.c
bug1075.c
bug1077.c
bug1094.c
bug1095.c
bug1108.c
bug1139.c
bug1143warn.c added test related to issue #1143 2020-08-18 00:40:29 +02:00
bug1178.c added test related to issue #1178 2020-08-14 19:58:58 +02:00
bug1181.c
bug1201.c added test related to issue #1201 2020-08-26 23:20:28 +02:00
bug1211-ice-move-refs-1.c
bug1221.c
bug1222.c test related to issue #1222 2020-09-24 12:23:18 +02:00
bug1244.c
bug1245.c
bug1267.c
bug1320.c
bug1332.c
call1.c
casttochar.c
cc65091020.c
cc65141002.c
cc65141011.c
cc65141022.c
cc65150311.c patch from Uz that makes some illegal operations on pointers error out 2015-07-10 14:27:49 +02:00
char-bitfield.c
char-promote.c Add tests for u8 op s16_const 2020-11-09 21:20:16 +01:00
common.h
compare1.c
compare2.c
compare3.c
compare4.c use uint16_t instead of magic ifdefs, leaving support for bit type in there incase we support it some day 2020-07-22 00:09:48 +02:00
compare5.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
compare6.c
compare7.c
compare8.c
compare9.c
compare10.c
computedgoto.c
cq4.c
cq9.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq22.c
cq25.c
cq26.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq61.c
cq71.c
cq72.c
cq81.c
cq84.c
cq85.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq86.c
cq88.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq241.c
cq243.c
cq244.c
cq626.c
cq714.c
cq714b.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq715.c
cq757.c
cq7813.c
div-char-char.c
div-common.h
div-int-int.c
div-long-long.c
duffs-device.c
enum-bitfield.c
fields.c move (now working) tests to test/val 2020-07-21 19:24:39 +02:00
for.c
jmp-callax.c
lib_common_atoi.c
lib_common_ctype.c
lib_common_memmove.c
lib_common_mulxx.c
lib_common_strcat.c
lib_common_strchr.c
lib_common_strcspn.c
lib_common_strncat.c
lib_common_strol.c
lib_common_strrchr.c
lib_common_strspn.c
lib_common_strtoul.c
lz4.c
Makefile
mult1.c
nestfor.c
or1.c
plain-int-bitfield.c
pointed-array.c
pointer1.c
postdec-8-8.c
postdec-8-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
postdec-16-8.c
postdec-16-16.c
postinc-8-8.c
postinc-8-16.c
postinc-16-8.c
postinc-16-16.c
postincdec.c
pptest1.c
pptest3.c
pptest4.c
pptest5.c
pr1102.c
pr1110a.c
predec-8-8.c
predec-8-16.c added various tests related to bug #1045 2020-06-23 00:46:12 +02:00
predec-16-8.c
predec-16-16.c
preinc-8-8.c
preinc-8-16.c
preinc-16-8.c
preinc-16-16.c
ptrfunc.c
rand.c
return-struct.c move/fix bug264.c as suggested in issue #1122 2020-08-19 22:25:18 +02:00
rotate1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c
rotate7.c
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c
static-1.c
static-fwd-decl.c
staticassert.c change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
strncmp-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
strnicmp-test.c
strpbrk-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
strtol-test.c
strtoul-test.c
struct1.c
sub1.c
sub2.c
switch1.c
switch2.c
time-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
time.c
trampoline-params.c
trampoline-varargs.c Changed empty parameter lists into (void) lists on functions with asm() statements. 2019-07-16 13:16:02 -04:00
trampoline.c
unittest.h
void-size1.c
while.c Fixed the handling of "while (0) {}". 2017-04-07 09:26:58 -04:00
xor.c