View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000491 | GC Studio | Compiler | public | 2024-04-07 08:01 | 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 | 0000491: Floats: Trap error when assigning HEX constant to Single variable. | ||||
Description | New: Trap error when assigning a HEX value to Single. mySIngle = 0x12345578 will now issue an error message. Working example of assigning d0.5 or 0x3F000000 ( which is the IEEE574 hex value for d0.5 ) // Decimal assignement mySingle = 0.5 // Hex assignment [BYTE]mySingle = [single]0x00 mySingle_H = 0x00 mySingle_U = 0x00 mySingle_E = 0x3f | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-04-07 08:01 | evanvennn | New Issue | |
2024-04-07 08:01 | evanvennn | Status | new => resolved |
2024-04-07 08:01 | evanvennn | Resolution | open => fixed |
2024-04-07 08:01 | evanvennn | Note Added: 0000247 | |
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 |