Commit Graph

  • cd7c688dff Separated C preprocessor errors from other errors. acqn 2023-12-18 15:30:53 +0800
  • 9892c8f6c4 using less generic names for the example to avoid confusion, adding cautionary example for what I think is the most error prone case bbbradsmith 2023-12-17 05:40:00 -0500
  • 302c4f7409 clarify offsets of anonymous nested scope, missing quotes for names bbbradsmith 2023-12-17 05:01:06 -0500
  • 0ff1b20f2a nested struct example needs a .tag bbbradsmith 2023-12-16 19:52:57 -0500
  • f6838be162 missing <tt> bbbradsmith 2023-12-16 19:32:52 -0500
  • 6cb8717c24 fix dangling space, mention .union in test comment bbbradsmith 2023-12-16 19:25:21 -0500
  • 0d74b84ce4 Test of .struct and .union features. Update documentation with more examples, better clarity, and fixes to incorrect data. bbbradsmith 2023-12-16 19:18:25 -0500
  • 103d4b82c5 more msbuild syntax fixes paul moore 2023-12-14 14:43:58 -0800
  • 269786a5ae fix msbuild syntax paul moore 2023-12-14 14:38:24 -0800
  • 08341aae30 second try at fixing win64 build paul moore 2023-12-14 14:25:35 -0800
  • 1093d169ad Fix BSS obliteration by mliparam during exec(). Colin Leroy-Mira 2023-12-12 18:03:00 +0100
  • a5746227dc Added warning on static functions that are used but not defined. acqn 2023-12-14 21:27:48 +0800
  • 1e4d1b4311 Fixed function declarator parser when a parameter has a function type. Ensured check on parameter lists without types in non-definition declarations. acqn 2023-12-14 02:34:03 +0800
  • 05aae60816
    Merge pull request #2305 from acqn/FuncDeclFix Bob Andrews 2023-12-13 19:17:59 +0100
  • f8fe1d1560 Fixed missing diagnosis on function parameter lists with trailing commas. acqn 2023-12-13 22:57:32 +0800
  • c3216f33cc Fix BSS obliteration by mliparam during exec(). Colin Leroy-Mira 2023-12-12 18:03:00 +0100
  • bc97bce8c1
    Merge pull request #2297 from acqn/WrappedCall Bob Andrews 2023-12-12 17:11:47 +0100
  • e90e7f46de
    Merge pull request #2298 from acqn/Diagnostics Bob Andrews 2023-12-12 17:06:54 +0100
  • 4377cc3156
    Merge branch 'master' into vsprint Bob Andrews 2023-12-11 00:38:29 +0100
  • 9a1e0bac72
    Merge branch 'master' into vsprint Bob Andrews 2023-12-11 00:22:03 +0100
  • 3ebeba0530 Merge branch 'master' into fptest mrdudz 2023-12-10 23:26:30 +0100
  • 55b504652e Merge branch 'master' into fptest mrdudz 2023-12-10 22:35:07 +0100
  • 718d8b9e3b Merge branch 'master' into fptest mrdudz 2023-12-10 19:22:57 +0100
  • befc9533c6 More accurate diagnostic messages on empty declarations without any type specifiers. acqn 2023-12-10 20:21:50 +0800
  • 70c32a039b Merge branch 'master' into fptest mrdudz 2023-12-10 00:25:23 +0100
  • cc3d89dbec fix UB in xvsnprintf paul moore 2023-12-09 11:07:49 -0800
  • b66682a05b Fixed wrapped call when the function to wrap has already got defined before it is wrapped with the pragma. acqn 2023-12-10 00:47:10 +0800
  • b1c1502494 MS compiler insists on those typecasts apparently mrdudz 2023-12-11 00:35:07 +0100
  • 9985ee7f61 fix %hhn and %hn in the internal xvsnprintf function mrdudz 2023-12-11 00:18:40 +0100
  • 6b855d562a use -std=gnu17 for the references, so the test bench will not break with GCC 14. see #2277 mrdudz 2023-12-10 23:18:55 +0100
  • 0b077f561f exclude test directory from some style checks - it makes no sense to enforce these things in the test bench, we need to be able to test all kinds of spaces and tabs :) mrdudz 2023-12-10 22:43:47 +0100
  • cc5e9c38ca
    Merge pull request #2296 from acqn/Diagnostics Bob Andrews 2023-12-10 22:32:33 +0100
  • b31a1c7c0c test for regression that occured after #2262 mrdudz 2023-12-10 22:16:30 +0100
  • 9634cc4d1e
    Merge pull request #2295 from colinleroy/fix-2262-too-eager-opt Bob Andrews 2023-12-10 19:16:38 +0100
  • bbd542fac7 Fixed missing diagnosis on extra identifiers in type names. acqn 2023-12-10 17:01:54 +0800
  • 07c71541f4 Fix #2262: Make sure there's no branching after the sequence Colin Leroy-Mira 2023-12-10 09:30:41 +0100
  • 3215d377ea More accurate diagnostic messages on wrong missing declaration specifiers. acqn 2023-12-10 15:46:48 +0800
  • cadf8012f6 Improved error recovery with type cast and sizeof. acqn 2023-12-10 15:43:24 +0800
  • a1a060c291 Declaration specifier flags cleanup. acqn 2023-12-10 15:43:24 +0800
  • 79b4690077 Fixed missing diagnostics on empty enum/struct/union declareations without tag names. Improved error recovery with local declarations and _Static_assert. acqn 2023-12-10 15:43:24 +0800
  • a16a6298e2
    Merge pull request #2287 from acqn/Diagnostics Bob Andrews 2023-12-09 22:16:47 +0100
  • 92f869cdfb
    Merge pull request #2288 from acqn/TypeFix Bob Andrews 2023-12-09 22:15:24 +0100
  • a956f6f9ed
    Merge pull request #2289 from acqn/FuncDeclFix Bob Andrews 2023-12-09 22:14:41 +0100
  • 9e19a2e6a3
    Merge pull request #2290 from acqn/TestFix Bob Andrews 2023-12-09 22:12:59 +0100
  • d805211002
    Merge pull request #2291 from colinleroy/fix-256-minus-1 Bob Andrews 2023-12-09 22:11:33 +0100
  • 2a2cc6cad6 Fix bug introduced in #2260 Colin Leroy-Mira 2023-12-09 16:43:23 +0100
  • d8e61552be Removed outdated testcases no longer in the directory from test/misc/Makefile. acqn 2023-12-09 18:04:29 +0800
  • d8a722b638 Improved diagnostics on multiple definition of struct/union types. acqn 2023-12-09 17:34:01 +0800
  • 87f8893886 Avoided "Variable 'XXX' is defined but never used" error message resulted from an earlier error. acqn 2023-12-09 17:33:46 +0800
  • 98ffc031d1 Fixed an iteration bug in type composition. acqn 2023-12-09 14:35:00 +0800
  • b7e7bb7489 Fixed the issue that qualifiers of pointees of function parameters were ignored for type compatibility check. acqn 2023-12-09 14:34:37 +0800
  • 519a52d92c
    Merge pull request #2209 from vrubleg/linecont Bob Andrews 2023-12-08 02:10:45 +0100
  • 66bfc31988
    Merge pull request #2262 from colinleroy/optimize-long-assign Bob Andrews 2023-12-08 01:58:01 +0100
  • 09735b26c5
    Merge pull request #2274 from acqn/UnionFix Bob Andrews 2023-12-08 01:55:06 +0100
  • c4575ec2c4
    Merge pull request #2275 from acqn/BitfieldFix Bob Andrews 2023-12-08 01:54:02 +0100
  • 85a15007ec
    Merge pull request #2276 from acqn/Diagnostics Bob Andrews 2023-12-08 01:53:08 +0100
  • 48b04e44e7
    Use C89 for reference builds (Fixes: #2277) Jakob Haufe 2023-12-05 18:19:16 +0100
  • 0e8fcfe249 initial fix paul moore 2023-12-05 09:38:12 -0800
  • ac6d43adc9 fix option name paul moore 2023-12-03 15:27:49 -0800
  • c43557d4ed complete first version paul moore 2023-12-03 13:58:04 -0800
  • b527549dd2 fix spaces at end of line paul moore 2023-12-03 13:19:42 -0800
  • 617eb0e065 Added repeat support. Added short vs long expansion paul moore 2023-12-03 11:59:05 -0800
  • 116f678180 fixed incorrect offsets , cleaned out redundant code paul moore 2023-12-02 11:04:25 -0800
  • d21616ea71 initial commit paul moore 2023-12-02 09:16:49 -0800
  • ca2cf4bf54 forgot to free retport line, remove old code paul moore 2023-12-01 16:34:47 -0800
  • b7af5ac438 fix gcc warning paul moore 2023-12-01 16:17:42 -0800
  • 39744f1bde initial commit paul moore 2023-12-01 15:40:33 -0800
  • 63861766e1 Fix Makefile change Colin Leroy-Mira 2023-12-01 14:22:30 +0100
  • d8a3938f2b Optimize a bit static long assignation Colin Leroy-Mira 2023-11-13 20:24:14 +0100
  • 47e7ed2f56 Fixed wrong "Mixed declarations and code are not supported in cc65" error message when it should be "Expression expected". acqn 2023-11-30 00:36:13 +0800
  • c0a2021d9a Fixed endlessly repeated disgnostics when there are some certain patterns of syntax errors in a struct/union declaration. acqn 2023-11-30 00:35:30 +0800
  • 6434176909 Fixed constness of bit-fields. acqn 2023-11-29 12:27:01 +0800
  • 0e9458041b Merge branch 'master' into fptest mrdudz 2023-11-28 15:12:39 +0100
  • c6a9840566 Remove all indexed accesses to SCC registers Colin Leroy-Mira 2023-11-23 20:01:47 +0100
  • 3b7af398a9 Fixed initialization of union when it has an anonymous bit-field as the first member declaration. acqn 2023-11-15 21:32:24 +0800
  • 5537b61e6a
    Merge pull request #2272 from acqn/Diagnostics Bob Andrews 2023-11-28 15:06:39 +0100
  • 2af16ee82b
    Merge pull request #2271 from acqn/InternalFix Bob Andrews 2023-11-28 15:03:09 +0100
  • 97cfb8c67a
    Merge pull request #2266 from acqn/StructFix Bob Andrews 2023-11-28 15:00:58 +0100
  • 86b09f56a6
    Merge pull request #2260 from colinleroy/optimize-substraction Bob Andrews 2023-11-28 14:40:51 +0100
  • acf159adbc
    Merge pull request #2269 from colinleroy/optimize_gt_255 Bob Andrews 2023-11-28 14:36:39 +0100
  • ad0b778008
    Merge pull request #2265 from acqn/C99Main Bob Andrews 2023-11-28 14:27:55 +0100
  • 7e6399d439
    Merge pull request #2268 from picocomputer/master Bob Andrews 2023-11-27 17:53:43 +0100
  • 546be1d5dd Fixed assertion failure when there is an undefined symbol used in a parameter list. acqn 2023-11-27 20:42:50 +0800
  • b99ebc1256 Fixed diagnostic messages about undeclared identifiers. acqn 2023-11-27 20:39:15 +0800
  • 7574e36e95 Improved error recovery with function declarations. Fixed some rare cases when a single file-scope error could get reapeated endlessly until the maximum total count of errors allowed is reached. acqn 2023-11-27 20:39:15 +0800
  • ac04394254 Fixed and improved diagnostics about declaration errors. acqn 2023-11-27 20:39:15 +0800
  • 79214530e0 Maximum total count of errors before the compiler unconditionally bails out is now 200. If more than 20 errors occur on the same source line, the compiler will immediately bail out. acqn 2023-11-27 20:39:15 +0800
  • 3905e43068 style update rumbledethumps 2023-11-26 15:12:20 -0800
  • ab0ab8e36f
    Merge pull request #2267 from acqn/Diagnostics Bob Andrews 2023-11-26 22:14:30 +0100
  • e6c8f896b0
    Merge pull request #2264 from ryandesign/patch-2 Bob Andrews 2023-11-26 22:06:06 +0100
  • f95e3a1e49
    Merge pull request #2263 from ryandesign/patch-1 Bob Andrews 2023-11-26 22:05:03 +0100
  • 502e13173a
    Merge branch 'cc65:master' into master rumbledethumps 2023-11-25 19:55:56 -0800
  • f1b0fbebd5 Remove all indexed accesses to SCC registers Colin Leroy-Mira 2023-11-23 20:01:47 +0100
  • 3066b1f9b4 Optimize unsigned int and long > 255 Colin Leroy-Mira 2023-11-17 22:49:03 +0100
  • 564c85235f style update and add rp6502 doc rumbledethumps 2023-11-17 11:08:51 -0800
  • b17c4d3434 add rp6502 target rumbledethumps 2023-11-16 18:46:16 -0800
  • f6c3a1b209 Removed the extra "'}' expected" error message following a "Excess elements in struct/union initializer" error message. acqn 2023-11-15 21:17:05 +0800
  • 5332eeecc2 Fixed empty declarations in structs/unions. acqn 2023-11-15 18:17:36 +0800
  • e9e3cd969e
    Fix typos; other copyediting Ryan Carsten Schmidt 2023-11-14 00:57:07 -0600
  • 913ab3607f
    Fix typo Ryan Carsten Schmidt 2023-11-14 00:22:36 -0600