cc65-vt/test/misc
2025-07-26 10:17:32 +02:00
..
bug1209-ind-goto-rev-2.c Add additional test cases for #1209 2020-08-24 19:15:06 +02:00
bug1209-ind-goto-rev-3.c Add additional test cases for #1209 2020-08-24 19:15:06 +02:00
bug1211-ice-move-refs-2.c move test for issue #1211 into misc 2021-05-25 13:38:06 +02:00
bug1265.c remove dangling spaces 2022-04-17 16:07:52 +02:00
bug1768.c Added tests for diagnostics in unevaluated context. 2022-11-12 21:05:01 +08:00
bug2304-implicit-func.c Fixed visibility of undeclared functions and objects. 2024-01-13 00:46:14 +08:00
bug2515.c add test related to bug#2515 / pr#2518 2024-09-15 19:22:16 +02:00
bug2515.c99.ref add test related to bug#2515 / pr#2518 2024-09-15 19:22:16 +02:00
bug2515.ref add test related to bug#2515 / pr#2518 2024-09-15 19:22:16 +02:00
bug2637.c fixes issue #2637 2025-05-03 02:41:08 +00:00
bug2637.ref fixes issue #2637 2025-05-03 02:41:08 +00:00
bug2655.c Make sure, the command line setting for the "Unreachable code" warning is 2025-05-21 11:04:21 +02:00
bug2655.ref Added several flow control tests. 2025-07-17 16:00:59 +02:00
endless.c versionable header for sim65 2019-05-29 22:56:51 +02:00
flow-do-01.c Do not output a warning about a missing "return" in a function if the function 2025-07-17 17:07:34 +02:00
flow-do-01.ref Added several flow control tests. 2025-07-17 16:00:59 +02:00
flow-for-01.c Complete unreachable checking for switch statements. 2025-07-26 09:03:27 +02:00
flow-for-01.ref Improved flow analysis in general and especially for "for" loops. Added more 2025-07-26 09:03:04 +02:00
flow-if-01.c Added several flow control tests. 2025-07-17 16:00:59 +02:00
flow-if-01.ref Added several flow control tests. 2025-07-17 16:00:59 +02:00
flow-if-02.c Do not output a warning about a missing "return" in a function if the function 2025-07-17 17:07:34 +02:00
flow-if-02.ref Added several flow control tests. 2025-07-17 16:00:59 +02:00
flow-switch-01.c Complete unreachable checking for switch statements. 2025-07-26 09:03:27 +02:00
flow-switch-01.ref Complete unreachable checking for switch statements. 2025-07-26 09:03:27 +02:00
flow-switch-02.c Added another test. 2025-07-26 10:17:32 +02:00
flow-switch-02.ref Added another test. 2025-07-26 10:17:32 +02:00
flow-while-01.c Improved flow analysis in general and especially for "for" loops. Added more 2025-07-26 09:03:04 +02:00
flow-while-01.ref Added several flow control tests. 2025-07-17 16:00:59 +02:00
flow-while-02.c Improved flow analysis in general and especially for "for" loops. Added more 2025-07-26 09:03:04 +02:00
flow-while-02.ref Improved flow analysis in general and especially for "for" loops. Added more 2025-07-26 09:03:04 +02:00
goto.c Proper warnings for "risky" gotos. 2018-10-02 18:49:53 +02:00
goto.ref Complete unreachable checking for switch statements. 2025-07-26 09:03:27 +02:00
limits.c remote TABs in doc/ and test/ 2019-02-12 22:50:49 +01:00
limits.ref added note on how to continue after failure, added missing limits.ref 2014-11-26 14:22:22 +01:00
Makefile Added another test. 2025-07-26 10:17:32 +02:00
pptest2.c rework pptest2 into a runable test and move to test/misc (since it does not compile with cc65) 2020-07-21 14:48:49 +02:00
sitest.c remove dangling spaces 2022-04-17 16:07:52 +02:00
struct-by-value.c guard test to ensure 3-byte struct isn't re-enabled without evaluation by accident 2023-05-04 17:07:34 -04:00