View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000280 | GC Studio | Compiler | public | 2022-10-04 10:21 | 2022-12-01 20:38 |
Reporter | evanvennn | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 99.02.34 | ||||
Target Version | 99.02.34 | Fixed in Version | 1.00.04 | ||
Summary | 0000280: Complex bitwise comparison on AVR creates invalid ASM | ||||
Description | YIELDS FALSE! When it should be TRUE! bitVar1 = 1 bitVar2 = 0 // wait 3 s HserPrintCRLF #IF DEF(SHOWERROR) If bitVar1 = 1 and bitVar2 = 0 Then HSerPrintStringCRLF "TRUE: bitVar1 = 1 and bitVar2 = 0" else HSerPrintStringCRLF "FALSE: bitVar1 = 1 and bitVar2 = 0" End if | ||||
Steps To Reproduce | See test code 1173 in GitHub | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-10-04 10:21 | evanvennn | New Issue | |
2022-10-04 10:22 | evanvennn | Status | new => resolved |
2022-10-04 10:22 | evanvennn | Resolution | open => fixed |
2022-12-01 20:38 | angel-spartan | Fixed in Version | => 1.00.04 |
2022-12-01 20:38 | angel-spartan | Status | resolved => closed |