This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-04-17 02:37:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
test
/
err
History
…
..
bitfield-named-zero-width.c
…
bitfield-negative-width.c
…
bitfield-too-wide.c
…
bss-name-conflict.c
…
bug264.c
…
bug1001.c
…
bug1048.c
Moved misc/bug1048 as it is already correctly rejected by the compiler.
2020-07-28 23:26:25 +02:00
bug1098.c
Moved
#1098
bug tests from test/misc to test/err as they are fixed now.
2020-08-12 15:02:43 +02:00
bug1098a.c
…
bug1098b.c
…
bug1113.c
…
bug1143err.c
…
bug1145.c
…
cc65091001.c
Avoid wrong error.
2015-06-26 23:36:14 +02:00
cc65150311-1.c
…
cc65150311-2.c
…
cc65150311-3.c
tests for illegal pointer operations that must always fail
2015-07-10 18:38:54 +02:00
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
Add regression tests for duplicate globals with different linkage.
2017-03-09 21:18:48 +01:00
duplicate-global.c
…
duplicate-static-global.c
…
duplicate-static.c
…
front.c
…
Makefile
…
pr1110.c
…
pr1135.c
…
pr1189.c
…
static-2.c
…
static-3.c
…
static-4.c
…
staticassert-nomsg.c
…
staticassert.c
…
void-empty.c
…
void-size2.c
…