A typedef with pointer type wouldn't be parsed. Commit
When using OPTIMIZE_CONSTANT_PARAM, the shell backend would crash when compiling a switch and labelled statements. Commit
String literals used at the top level used defstr which wasn't yet defined. Commit
When using SH_AVOID_PRINTF_USE, using the %c format specifiers would output the first digit of the ascii code of the letter instead of the letter. Commit
Fix a few bugs found recently:
typedef
with pointer type wouldn't be parsed. CommitOPTIMIZE_CONSTANT_PARAM
, the shell backend would crash when compiling a switch and labelled statements. Commitdefstr
which wasn't yet defined. CommitSH_AVOID_PRINTF_USE
, using the%c
format specifiers would output the first digit of the ascii code of the letter instead of the letter. Commit