1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-04 17:04:58 +00:00
cc65/test/err
Bob Andrews 93b015660d
Merge pull request #1899 from acqn/TypeCmpFix
[cc65] Fixed compatibility checks on "pointer to pointer" vs "pointer to array" etc.
2022-11-18 19:04:35 +01: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 change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
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 remove dangling spaces 2022-04-17 16:07:52 +02:00
bug1098a.c
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 added test related to issue #1143 2020-08-18 00:40:29 +02:00
bug1145.c added test related to issue #1145 2020-08-18 00:41:07 +02:00
bug1890.c
bug1893.c
bug1895-assign1a.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-assign1b.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-assign2a.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-assign2b.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-assign4a.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-assign4b.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-assign5a.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-assign5b.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-common.h Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-cond1.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-cond2.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-cond3.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-cond4.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-cond5.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-prototype1.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-prototype2.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-prototype3.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-prototype4.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
bug1895-prototype5.c Added tests for #1895 fix. 2022-11-13 01:01:24 +08:00
cc65091001.c add missing newline to a bunch of files 2022-04-16 19:51:48 +02:00
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
duplicate-static-global.c
duplicate-static.c Add regression tests for duplicate global/static variables detected by the compiler. 2017-03-09 20:49:42 +01:00
front.c
Makefile
pr1110.c remove dangling spaces 2022-04-17 16:07:52 +02:00
pr1135.c
pr1189.c
static-2.c Added regression tests of diagnostics for conflicts between extern/public and static declarations. 2015-08-13 03:39:35 -04:00
static-3.c Added regression tests of diagnostics for conflicts between extern/public and static declarations. 2015-08-13 03:39:35 -04:00
static-4.c Added regression tests of diagnostics for conflicts between extern/public and static declarations. 2015-08-13 03:39:35 -04:00
staticassert-nomsg.c
staticassert.c change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
void-empty.c
void-size2.c Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00