1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/test/misc
Jesse Rosenstock b931e65811 Fix ICE for bit-fields with typedef
Fixes #1267

Avoid ICE, but treat plain int bit-fields declared via typedef as
signed rather than unsigned.  It is more efficient to treat them
as unsigned, but this requires distinguishing int from signed int,
and this is curently not done.
2020-10-03 15:04:31 +02:00
..
bug760.c added testcase for issue #760 2020-07-13 15:13:22 +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
bug1209-ind-goto-rev.c Add additional test cases for #1209 2020-08-24 19:15:06 +02:00
bug1263.c Fixed a copy & paste error in the test/misc/ makefile. 2020-09-25 00:31:07 -04:00
bug1265.c test related to issue #1265 2020-09-25 16:25:32 +02:00
endless.c versionable header for sim65 2019-05-29 22:56:51 +02:00
goto.c Proper warnings for "risky" gotos. 2018-10-02 18:49:53 +02:00
goto.ref Fixed the reference output of test/misc/goto.c (test/misc/goto.ref). 2020-08-02 23:51:11 +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 Fix ICE for bit-fields with typedef 2020-10-03 15:04:31 +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 properly configure sitest so it could work, if we had the respective features :) 2020-07-21 23:04:03 +02:00