1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00
cc65/test/val
Bob Andrews 05cd805cbc
Merge pull request #2085 from bbbradsmith/numerical_constant_errors-float
Numerical constant errors and improvements (float)
2023-08-25 22:30:07 +02:00
..
add1.c
add2.c
add3.c
add3a.c
add4.c Fixed test 2023-05-19 02:49:49 +02:00
add5.c
and1.c
and2.c
assign-shift-use1.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
atoi-test.c
binlit.c
bitfield-1.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
bitfield-char-1.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
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 Renamed some testcases. 2022-09-30 09:41:54 +08:00
bss-name-decl.c
bss-name.c
bug170.c
bug250.c
bug263.c
bug327.c
bug367.c
bug735.c
bug760.c
bug830.c
bug895.c bug895.c compliant token pasting syntax to remove warnings 2023-05-02 18:18:10 -04:00
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
bug1077.c
bug1094-nested-init.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1095-bitfield-signed.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1108.c
bug1139-bitfield-in-if.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1143warn.c
bug1178-struct-copy.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1181-struct-field-null-cmp.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1201.c
bug1209-ind-goto-rev.c
bug1211-ice-move-refs-1.c
bug1221.c
bug1222.c
bug1244.c
bug1245.c
bug1252.c test some more possible cases and move test into test/val 2022-08-28 03:43:54 +02:00
bug1263.c
bug1267-bitfield-typedef-signedness.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1310.c
bug1320.c
bug1332-bitfield.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1348.c
bug1357-pp.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1373.c
bug1374.c
bug1397.c
bug1408.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1431.c
bug1437.c
bug1438.c
bug1451-struct-ptr-to-local.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1462-biefield-assign-1.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1462-biefield-assign-2.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1462-biefield-assign-3.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
bug1462-biefield-assign-4.c Fixed comments in test/val/bug1462-biefield-assign-4.c. 2022-09-29 18:23:41 +08:00
bug1504.c
bug1552.c
bug1562.c
bug1573.c
bug1573.h
bug1643.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1643.h change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1652-optimizer.c
bug1675-ub.c
bug1675.c
bug1690.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1696.c
bug1822-pptest.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
bug1838.c Fixed trailing spaces in some testcases. 2022-09-29 18:23:32 +08:00
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 Fixed processing '\\' followed with a newline and line number output (-E) with it. 2022-11-02 14:09:15 +08:00
bug1933.c add missing newline 2022-11-28 06:34:05 +01:00
bug1936.c all good things are three 2022-12-11 12:29:11 +01:00
bug1941-shift-by-zero.c fix for #1941, taken from 22d435b689 2023-01-28 12:29:05 +01:00
bug1989.c Fix OptStackOps label migration case for toscmpbool, add test case 2023-02-17 23:48:32 -05:00
bug2060.c RHS primary integer promotion must happen after loading the primary, not before. See: #2060 2023-05-02 14:42:00 -04:00
bug2079-struct-assign.c add struct assign check related to #2079 2023-05-29 17:20:09 +02:00
bzero.c add extra underscore to _bzero, add a test for bzero/memset 2022-08-29 23:20:48 +02:00
cc65091020.c
cc65141002.c
cc65141011.c
cc65141022.c
cc65150311.c
common.h Numerical constant scanner requires explicitly 32-bit sized type for cross-platform consistency 2023-05-03 19:27:37 -04:00
compare1.c
compare2.c
compare3.c
compare4.c
compare5.c
compare6.c
compare7.c
compare8.c
compare9.c
compare10.c
compare-bool3.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
computedgoto.c
const-side-effect.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
constexpr.c
counter.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
counter.h change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
cq4.c
cq9.c
cq22.c
cq25.c
cq26.c
cq61.c
cq71.c
cq72.c
cq81.c
cq84.c
cq85.c
cq86.c
cq88.c
cq241.c Numerical constant scanner requires explicitly 32-bit sized type for cross-platform consistency 2023-05-03 19:27:37 -04:00
cq243.c
cq244.c
cq626.c
cq714.c
cq714b.c
cq715.c
cq757.c
cq7813.c
decl-extern-shadow.c Renamed several tests. 2022-11-05 18:30:02 +08:00
decl-mixed-specifiers.c Fixed support for storage class specifiers after type specifiers. 2022-11-03 21:46:42 +08:00
decl-static-extern.c extern/static conflict test: remove warning as errors to match the new expected cases 2023-05-11 20:15:27 -04:00
decl-static-fwd.c Renamed several tests. 2022-11-05 18:30:02 +08:00
div-char-char.c
div-common.h
div-int-int.c
div-long-long.c
duffs-device.c
float-const-convert.c Test to demonstrate availability of floating point constants, document the possibility. 2023-05-03 16:48:02 -04:00
for-nested.c Renamed some testcases. 2022-09-30 09:41:54 +08: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 makefiles no longer need comment about sim65 64-bit support 2023-05-07 16:33:07 -04:00
mult1.c Fixed some testcases. 2022-09-18 22:29:01 +08:00
opsize.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
or1.c
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 Fixed bitwise-shift in PP. 2022-11-13 16:32:41 +08:00
pptest1.c
pptest3.c
pptest4.c
pptest5.c
pr1102.c
pr1110a.c
pr1423.c
pr1425.c
pr1461.c
pr1800.c
pr1833.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
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
rotate1.c
rotate2.c
rotate3.c
rotate4.c
rotate5.c
rotate6.c
rotate7.c
rotate8.c
shift-test.c
signal-test.c
snprintf-test.c
staticassert.c Added support for _Static_assert in unions. 2022-11-03 21:46:41 +08:00
strncmp-test.c
strnicmp-test.c
strpbrk-test.c
strtol-test.c
strtoul-test.c
struct1.c
struct-anon1.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
struct-anon2.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
struct-by-value.c Revert "Revert "Forbid 3-byte struct pass/return by value, document struct value pass/return"" 2023-05-03 20:02:12 +02:00
struct-returned.c Renamed a few testcases. 2022-09-18 22:29:41 +08:00
sub1.c
sub2.c
switch1.c
switch2.c
time-test.c
time.c
trampoline-params.c
trampoline-varargs.c
trampoline.c
type-cast-to-char.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
type-char-promote.c Renamed some testcases. 2022-09-30 09:41:54 +08:00
uneval.c change line endings to unix style, should fix #1858 2022-09-22 20:29:57 +02:00
unittest.h
void-size1.c
while.c
xor.c