This website requires JavaScript.
Explore
Help
Sign In
bslathi19
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4edf1ad3639602c16de071108f60daedb7ee981a
cc65
/
test
/
err
History
mrdudz
cb4cd114bf
handle -s correctly when using these makefiles directly
2025-06-29 22:48:03 +02:00
..
bitfield-named-zero-width.c
change "the cc65 authors" to "The cc65 Authors" as per jmrs request
2020-08-18 22:41:42 +02:00
bitfield-negative-width.c
…
bitfield-too-wide.c
change "the cc65 authors" to "The cc65 Authors" as per jmrs request
2020-08-18 22:41:42 +02:00
bss-name-conflict.c
…
bug264.c
…
bug1001.c
…
bug1048.c
…
bug1098.c
…
bug1098a.c
…
bug1098b.c
…
bug1113.c
…
bug1143err.c
…
bug1145.c
…
bug1890.c
…
bug1893.c
Fixed errors in the conditional operator "? :" parser.
2022-11-02 13:56:55 +08:00
bug1895-assign1a.c
…
bug1895-assign1b.c
…
bug1895-assign2a.c
…
bug1895-assign2b.c
…
bug1895-assign4a.c
…
bug1895-assign4b.c
…
bug1895-assign5a.c
…
bug1895-assign5b.c
…
bug1895-common.h
…
bug1895-cond1.c
…
bug1895-cond2.c
Added tests for
#1895
fix.
2022-11-13 01:01:24 +08:00
bug1895-cond3.c
…
bug1895-cond4.c
…
bug1895-cond5.c
…
bug1895-prototype1.c
…
bug1895-prototype2.c
…
bug1895-prototype3.c
…
bug1895-prototype4.c
…
bug1895-prototype5.c
…
bug2016-fam-member.c
…
bug2017-fam-element.c
…
bug2018-bitfield.c
…
bug2018.c
…
bug2020-definition.c
…
bug2144.c
…
bug2162-none-extern-auto.c
…
bug2162-none-static-extern.c
…
bug2162-static-extern-auto.c
…
bug2162-static-static-extern.c
…
bug2285-composite-type.c
…
bug2286-param-qualifier.c
…
bug2301-trailing-coma-1.c
…
bug2301-trailing-coma-2.c
…
bug2303.c
…
bug2304-var-use.c
…
bug2312-pperror-only.c
…
bug2523.c
…
cc65091001.c
…
cc65150311-1.c
…
cc65150311-2.c
…
cc65150311-3.c
…
cc65150311-4.c
…
cc65150311-5.c
…
cc65150311-6.c
…
cc65150311-7.c
…
cc65150311-8.c
…
cc65150311-9.c
…
cc65150311-10.c
…
cc65150311-11.c
…
duplicate-global-static.c
…
duplicate-global.c
Add regression tests for duplicate global/static variables detected by the compiler.
2017-03-09 20:49:42 +01:00
duplicate-static-global.c
Add regression tests for duplicate globals with different linkage.
2017-03-09 21:18:48 +01:00
duplicate-static.c
…
front.c
…
huge-integer-constant.c
…
integer-const-overflow.c
…
Makefile
…
pr1110.c
…
pr1135.c
…
pr1189.c
test related to pr
#1189
2020-09-24 16:16:16 +02:00
static-2.c
…
static-3.c
…
static-4.c
…
staticassert-nomsg.c
change "the cc65 authors" to "The cc65 Authors" as per jmrs request
2020-08-18 22:41:42 +02:00
staticassert.c
…
struct-duplicate-member.c
err test for struct with duplicate member
2023-05-03 21:09:03 -04:00
type-name-extra-identifier.c
…
void-empty.c
…
void-size2.c
…
zero-size.c
…