cc65/test/err
acqn 3d0dc58153 Fixed visibility of undeclared functions and objects. 2024-01-13 00:46:14 +08:00
..
Makefile Move #1209 test from err/ to misc/ 2020-08-24 18:07:31 +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 change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
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 Fix regression of #pragma bss-name 2017-03-21 22:35:25 +01:00
bug264.c move/fix bug264.c as suggested in issue #1122 2020-08-19 22:25:18 +02:00
bug1001.c added regression test related to bug #1001 2020-01-25 20:56:52 +01:00
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 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 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 add check for line endings containing CR. 2022-11-03 18:27:10 +01:00
bug1893.c Fixed errors in the conditional operator "? :" parser. 2022-11-02 13:56:55 +08:00
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
bug2016-fam-member.c Fixed the bug that a union type containing a struct with a flexible array member was accepted as a struct member or array element type. 2023-10-27 23:46:10 +08:00
bug2017-fam-element.c Fixed the bug that a union type containing a struct with a flexible array member was accepted as a struct member or array element type. 2023-10-27 23:46:10 +08:00
bug2018-bitfield.c Fixed constness of bit-fields. 2023-11-29 12:27:01 +08:00
bug2018.c Fixed const qualifiers on named structs/unions members that should prevent assignments to the whole structs/unions. 2023-11-13 17:17:46 +08:00
bug2020-definition.c The type category in a function definition cannot be inherited from a typedef. 2023-10-05 17:48:16 +08:00
bug2144.c Added check for total arguments size for variadic functions. 2023-09-18 16:44:04 +08:00
bug2162-none-extern-auto.c Fixed check for conflicting extern vs no-linkage/static declarations in functions. 2023-09-17 23:47:22 +08:00
bug2162-none-static-extern.c Fixed check for conflicting extern vs no-linkage/static declarations in functions. 2023-09-17 23:47:22 +08:00
bug2162-static-extern-auto.c Fixed check for conflicting extern vs no-linkage/static declarations in functions. 2023-09-17 23:47:22 +08:00
bug2162-static-static-extern.c Fixed check for conflicting extern vs no-linkage/static declarations in functions. 2023-09-17 23:47:22 +08:00
bug2285-composite-type.c Fixed an iteration bug in type composition. 2023-12-09 14:35:00 +08:00
bug2286-param-qualifier.c Fixed the issue that qualifiers of pointees of function parameters were ignored for type compatibility check. 2023-12-09 14:34:37 +08:00
bug2301-trailing-coma-1.c Fixed missing diagnosis on function parameter lists with trailing commas. 2023-12-13 22:57:32 +08:00
bug2301-trailing-coma-2.c Fixed missing diagnosis on function parameter lists with trailing commas. 2023-12-13 22:57:32 +08:00
bug2303.c Fixed function declarator parser when a parameter has a function type. 2023-12-14 02:34:03 +08:00
bug2304-var-use.c Fixed visibility of undeclared functions and objects. 2024-01-13 00:46:14 +08:00
bug2312-pperror-only.c Fixed cc65 exitcode when there are only preprocessor errors. 2023-12-19 19:30:50 +08:00
cc65091001.c add missing newline to a bunch of files 2022-04-16 19:51:48 +02:00
cc65150311-1.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-2.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-3.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-4.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-5.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-6.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-7.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-8.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-9.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-10.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
cc65150311-11.c tests for illegal pointer operations that must always fail 2015-07-10 18:38:54 +02:00
duplicate-global-static.c Add regression tests for duplicate globals with different linkage. 2017-03-09 21:18:48 +01:00
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 Add regression tests for duplicate global/static variables detected by the compiler. 2017-03-09 20:49:42 +01:00
front.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
huge-integer-constant.c error test for integer constant too large for internal representation 2023-05-03 17:55:02 -04:00
integer-const-overflow.c Test case for const-overflow warnings 2023-05-03 19:54:40 -04:00
pr1110.c remove dangling spaces 2022-04-17 16:07:52 +02:00
pr1135.c added test related to pr #1135 2020-08-18 00:41:35 +02:00
pr1189.c test related to pr #1189 2020-09-24 16:16:16 +02:00
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 change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
staticassert.c change "the cc65 authors" to "The cc65 Authors" as per jmrs request 2020-08-18 22:41:42 +02:00
struct-duplicate-member.c err test for struct with duplicate member 2023-05-03 21:09:03 -04:00
type-name-extra-identifier.c Fixed missing diagnosis on extra identifiers in type names. 2023-12-10 17:01:54 +08:00
void-empty.c Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00
void-size2.c Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00
zero-size.c Fixed regression: array element of incomplete type. 2023-10-27 21:51:45 +08:00