1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/test/val
2022-11-28 06:34:05 +01:00
..
add1.c
add2.c
add3.c
add3a.c
add4.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
add5.c
and1.c
and2.c added tests as prepared by oliver 2014-09-25 21:38:34 +02:00
assign-shift-use1.c
atoi-test.c
binlit.c
bitfield-1.c
bitfield-char-1.c
bitfield-enum.c
bitfield-packing-char.c
bitfield-packing-long.c
bitfield-packing.c
bitfield-plain.c
bitfield-signed.c
bitfield-union.c
bool1.c
boolean-call1.c
bss-name-decl.c
bss-name.c
bug170.c
bug250.c
bug263.c
bug327.c
bug367.c Fix for multiplication optimization issue #367 2019-04-02 16:34:22 +02:00
bug735.c
bug760.c Preprocessor directives can now appear in the argument list of function-like macro calls. 2022-07-26 21:10:38 +08:00
bug830.c
bug895.c
bug897.c
bug975.c
bug1047-bitfield-char.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1050.c
bug1071.c
bug1075.c remove dangling spaces 2022-04-17 16:07:52 +02:00
bug1077.c
bug1094-nested-init.c
bug1095-bitfield-signed.c
bug1108.c
bug1139-bitfield-in-if.c
bug1143warn.c
bug1178-struct-copy.c
bug1181-struct-field-null-cmp.c
bug1201.c
bug1209-ind-goto-rev.c
bug1211-ice-move-refs-1.c
bug1221.c
bug1222.c
bug1244.c
bug1245.c
bug1252.c
bug1263.c Fixed test case for Issue #1263. 2021-04-03 17:50:46 +02:00
bug1267-bitfield-typedef-signedness.c
bug1310.c
bug1320.c
bug1332-bitfield.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1348.c
bug1357-pp.c
bug1373.c
bug1374.c Moved test for #1374. 2021-01-19 14:33:27 +01:00
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-struct-ptr-to-local.c
bug1462-biefield-assign-1.c
bug1462-biefield-assign-2.c
bug1462-biefield-assign-3.c
bug1462-biefield-assign-4.c
bug1504.c
bug1552.c remove dangling spaces 2022-04-17 16:07:52 +02:00
bug1562.c
bug1573.c
bug1573.h
bug1643.c
bug1643.h
bug1652-optimizer.c
bug1675-ub.c Testcase for #1675. 2022-02-18 15:20:01 +08:00
bug1675.c
bug1690.c
bug1696.c
bug1822-pptest.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1838.c
bug1847-struct-field-access.c Fixed trailing spaces in some testcases. 2022-09-29 18:23:32 +08:00
bug1853-inline-asm.c add test related to bug #1853 2022-09-17 14:42:18 +02:00
bug1891.c
bug1933.c
bzero.c
cc65091020.c
cc65141002.c
cc65141011.c
cc65141022.c
cc65150311.c
common.h added makefile and common include 2014-11-22 17:02:46 +01:00
compare1.c
compare2.c
compare3.c
compare4.c
compare5.c
compare6.c
compare7.c remove dangling spaces 2022-04-17 16:07:52 +02:00
compare8.c
compare9.c
compare10.c remove dangling spaces 2022-04-17 16:07:52 +02:00
compare-bool3.c
computedgoto.c
const-side-effect.c
constexpr.c
counter.c
counter.h
cq4.c
cq9.c
cq22.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq25.c
cq26.c
cq61.c
cq71.c
cq72.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq81.c remove dangling spaces 2022-04-17 16:07:52 +02:00
cq84.c
cq85.c
cq86.c
cq88.c
cq241.c
cq243.c
cq244.c
cq626.c
cq714.c
cq714b.c
cq715.c
cq757.c
cq7813.c
decl-extern-shadow.c
decl-mixed-specifiers.c
decl-static-extern.c
decl-static-fwd.c
div-char-char.c
div-common.h tests for issue #169 2020-07-09 16:05:57 +02:00
div-int-int.c tests for issue #169 2020-07-09 16:05:57 +02:00
div-long-long.c
duffs-device.c
for-nested.c
for.c
jmp-callax.c
lib_common_atoi.c
lib_common_ctype.c remove dangling spaces 2022-04-17 16:07:52 +02:00
lib_common_memmove.c
lib_common_mulxx.c remove dangling spaces 2022-04-17 16:07:52 +02:00
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
opsize.c
or1.c remove dangling spaces 2022-04-17 16:07:52 +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
ppshift.c
pptest1.c
pptest3.c
pptest4.c
pptest5.c
pr1102.c
pr1110a.c
pr1423.c
pr1425.c
pr1461.c
pr1800.c
pr1833.c
predec-8-8.c
predec-8-16.c remove dangling spaces 2022-04-17 16:07:52 +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
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 Added a regression test program for the changes in the right-shift optimizer. 2015-12-14 11:46:30 -05:00
shift-test.c
signal-test.c
snprintf-test.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
struct-anon1.c
struct-anon2.c
struct-returned.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
sub1.c
sub2.c
switch1.c
switch2.c remove dangling spaces 2022-04-17 16:07:52 +02:00
time-test.c
time.c
trampoline-params.c
trampoline-varargs.c
trampoline.c Changed empty parameter lists into (void) lists on functions with asm() statements. 2019-07-16 13:16:02 -04:00
type-cast-to-char.c
type-char-promote.c
uneval.c
unittest.h
void-size1.c
while.c Fixed the handling of "while (0) {}". 2017-04-07 09:26:58 -04:00
xor.c