View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000492 | GC Studio | Compiler | public | 2024-04-07 08:03 | 2024-04-11 06:30 |
| Reporter | evanvennn | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.01.09.2 | ||||
| Target Version | 1.01.09.2 | Fixed in Version | 1.01.09.2 | ||
| Summary | 0000492: Compiler: Fix mutliple bitwise silent faiure | ||||
| Description | Fails to handle bitwise conditional test | ||||
| Steps To Reproduce | #option explicit #chip tiny10 dir portb.0 in dir portb.1 out dir portb.2 out dir portb.3 in dim Count as word dim Latch as Bit Latch = 0 do if portb.0 = 0 then ;off Latch = 0 portb.2 = 0 end if if portb.0 = 1 OR Latch = 0 then ; **does not worki** portb.2 = 1 Latch = 1 portb.3 = !portb.3 end if loop | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-04-07 08:03 | evanvennn | New Issue | |
| 2024-04-07 08:04 | evanvennn | Status | new => resolved |
| 2024-04-07 08:04 | evanvennn | Resolution | open => fixed |
| 2024-04-07 08:04 | evanvennn | Note Added: 0000248 | |
| 2024-04-11 06:25 | angel-spartan | Product Version | => 1.01.09.2 |
| 2024-04-11 06:25 | angel-spartan | Fixed in Version | => 1.01.09.2 |
| 2024-04-11 06:25 | angel-spartan | Target Version | => 1.01.09.2 |
| 2024-04-11 06:30 | angel-spartan | Status | resolved => closed |