mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 00:07:21 +00:00
b931e65811
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. |
||
---|---|---|
.. | ||
bug760.c | ||
bug1209-ind-goto-rev-2.c | ||
bug1209-ind-goto-rev-3.c | ||
bug1209-ind-goto-rev.c | ||
bug1263.c | ||
bug1265.c | ||
endless.c | ||
goto.c | ||
goto.ref | ||
limits.c | ||
limits.ref | ||
Makefile | ||
pptest2.c | ||
sitest.c |