1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +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
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
goto.c
goto.ref
limits.c
limits.ref
Makefile Fix ICE for bit-fields with typedef 2020-10-03 15:04:31 +02:00
pptest2.c
sitest.c