1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/test/val
2022-02-18 15:20:01 +08:00
..
add1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add2.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
add3.c
add3a.c Removed executable bit. 2020-07-12 23:11:43 +02:00
add4.c
add5.c
and1.c
and2.c
anon-struct1.c Made a C union declaration know the sizes of anonymous struct/union members when it determines its size. 2018-05-13 18:54:45 -04:00
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 remove TABs which again slipped in.... 2020-12-25 07:16:26 +01:00
bitfield-union.c
bitfield.c
bool1.c
bool3.c
bss-name-decl.c Fix regression of #pragma bss-name 2017-03-21 22:35:25 +01:00
bss-name.c
bug170.c
bug250.c
bug263.c
bug327.c
bug367.c
bug735.c Testcase added. 2018-10-16 09:45:30 +02:00
bug830.c
bug895.c
bug897.c test for issue #897 2021-05-24 14:30:10 +02:00
bug975.c
bug1047.c
bug1050.c
bug1071.c remove TABs which again slipped in.... 2020-12-25 07:16:26 +01:00
bug1075.c
bug1077.c
bug1094.c
bug1095.c
bug1108.c
bug1139.c
bug1143warn.c
bug1178.c
bug1181.c added test related to issue #1181 2020-08-14 16:12:17 +02:00
bug1201.c added test related to issue #1201 2020-08-26 23:20:28 +02:00
bug1209-ind-goto-rev.c
bug1211-ice-move-refs-1.c CS_MergeLabels: Keep labels referenced by data 2020-10-08 12:11:03 +02:00
bug1221.c
bug1222.c
bug1244.c
bug1245.c
bug1263.c Fixed test case for Issue #1263. 2021-04-03 17:50:46 +02:00
bug1267.c
bug1310.c
bug1320.c
bug1332.c
bug1348.c
bug1374.c
bug1397.c
bug1408.c
bug1431.c test for issue #1431 / pr #1424 2021-03-19 20:53:52 +01:00
bug1437.c
bug1438.c
bug1451.c
bug1462-2.c Moved and improved test cases for Issue #1462. 2021-06-09 08:03:12 +02:00
bug1462-3.c Moved and improved test cases for Issue #1462. 2021-06-09 08:03:12 +02:00
bug1462-4.c
bug1462.c
bug1504.c
bug1552.c
bug1562.c
bug1675-ub.c
bug1675.c
call1.c
casttochar.c
cc65091020.c removed common.h reference 2014-11-23 12:50:47 +01:00
cc65141002.c
cc65141011.c
cc65141022.c Removed executable bit. 2020-07-12 23:11:43 +02:00
cc65150311.c
char-bitfield.c Allow char bit-fields 2020-09-08 14:24:04 +02:00
char-promote.c
common.h
compare1.c
compare2.c
compare3.c
compare4.c
compare5.c
compare6.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare7.c
compare8.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
compare9.c
compare10.c
computedgoto.c
constexpr.c
cq4.c
cq9.c
cq22.c
cq25.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq26.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq61.c
cq71.c
cq72.c
cq81.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
cq84.c
cq85.c
cq86.c
cq88.c
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 tests for issue #169 2020-07-09 16:05:57 +02:00
div-int-int.c
div-long-long.c
duffs-device.c Added Duff's Device to tests. 2016-08-15 11:26:03 -07:00
enum-bitfield.c Moved and improved test cases for Issue #1462. 2021-06-09 08:03:12 +02:00
fields.c
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 Removed workaround. 2017-04-04 15:52:01 +02:00
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 added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
nestfor.c
opsize.c Added test cases for result types of certain operations. 2021-06-10 21:54:32 +02:00
or1.c
plain-int-bitfield.c change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
pointed-array.c
pointer1.c
postdec-8-8.c
postdec-8-16.c
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
pr1423.c testcase related to pr #1423 2021-03-20 00:55:55 +01:00
pr1425.c test related to pr #1425 2021-03-20 00:23:12 +01:00
pr1461.c
predec-8-8.c
predec-8-16.c
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
rotate1.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
rotate2.c
rotate3.c
rotate4.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
rotate5.c
rotate6.c
rotate7.c
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c some tweaks to the moved tests to make them more suitable for automatic testing 2020-07-13 21:26:07 +02:00
static-1.c Improved test case for Issue #191. 2020-08-14 18:33:54 +02:00
static-fwd-decl.c
staticassert.c
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 added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
sub1.c
sub2.c
switch1.c
switch2.c Updated switch statement comments. 2016-08-19 20:21:10 -07:00
time-test.c
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
uneval.c
unittest.h
void-size1.c Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00
while.c
xor.c