.. |
bitfield-named-zero-width.c
|
|
|
bitfield-negative-width.c
|
|
|
bitfield-too-wide.c
|
|
|
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
|
|
|
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
|
|
|
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
|
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 |
bug2312-pperror-only.c
|
Fixed cc65 exitcode when there are only preprocessor errors.
|
2023-12-19 19:30:50 +08:00 |
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
|
|
|
duplicate-static-global.c
|
|
|
duplicate-static.c
|
|
|
front.c
|
|
|
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 |
Makefile
|
|
|
pr1110.c
|
|
|
pr1135.c
|
|
|
pr1189.c
|
|
|
static-2.c
|
|
|
static-3.c
|
|
|
static-4.c
|
|
|
staticassert-nomsg.c
|
|
|
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
|
Fixed missing diagnosis on extra identifiers in type names.
|
2023-12-10 17:01:54 +08:00 |
void-empty.c
|
|
|
void-size2.c
|
|
|
zero-size.c
|
Fixed regression: array element of incomplete type.
|
2023-10-27 21:51:45 +08:00 |