1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/test/err
2022-04-17 16:07:52 +02:00
..
bitfield-named-zero-width.c
bitfield-negative-width.c
bitfield-too-wide.c
bss-name-conflict.c
bug264.c
bug1001.c added regression test related to bug #1001 2020-01-25 20:56:52 +01:00
bug1048.c
bug1098.c remove dangling spaces 2022-04-17 16:07:52 +02:00
bug1098a.c remove dangling spaces 2022-04-17 16:07:52 +02:00
bug1098b.c remove dangling spaces 2022-04-17 16:07:52 +02:00
bug1113.c Bug #1113 was fixed long ago. 2020-08-25 22:34:25 +08:00
bug1143err.c
bug1145.c added test related to issue #1145 2020-08-18 00:41:07 +02:00
cc65091001.c
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 tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
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
duplicate-static.c
front.c
Makefile
pr1110.c remove dangling spaces 2022-04-17 16:07:52 +02:00
pr1135.c
pr1189.c
static-2.c
static-3.c
static-4.c
staticassert-nomsg.c
staticassert.c
void-empty.c
void-size2.c