chen4s666
chen4s666
This is my first time to mention bugs, if there are inappropriate places please guide. **Describe the bug** An error occurred during division of an unsigned variable. I tested the...
**Describe the bug** When using string constants, a parsing error occurs if two consecutive $$symbols appear. Set the variables as follows ``` yy:STRING:='$44'; yy1:STRING:='$$44'; yy2:STRING:='$$$44'; yy3:STRING:='$$$$44'; yy4:STRING:='$$$$$44'; xx:STRING:='$$'; xx1:STRING:='$$$$'; ```...
**Describe the bug** An error occurred while trying to compile a function with a return value of VOID in debug mode. **To Reproduce** The test uses the ST code as...