Looks like another case of SDCC introducing variables of type __bit that the pdk backend can't handle.
Maybe the easiest solution is to just make the pdk backend pretend that it can handle __bit and treat it like _Bool?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Looks like another case of SDCC introducing variables of type __bit that the pdk backend can't handle.
Maybe the easiest solution is to just make the pdk backend pretend that it can handle __bit and treat it like _Bool?
Fixed in [r11680]
Same root cause as bugs [#3049] and [#3047]
Related
Bugs:
#3047Bugs:
#3049