View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001213 | Ecere SDK | compiler | public | 2019-03-20 04:09 | 2019-03-20 04:09 |
Reporter | jerome | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 0.44.15 | ||||
Target Version | 0.44.16 | ||||
Summary | 0001213: Use of ._class from typed_object generates bad C code with wrong indirection | ||||
Description | void test(typed_object data) { Class c = data._class; } this seems to half-work for example, but generate buggy code that gives out a warning void test(struct __ecereNameSpace__ecere__com__Class * class, const void * data) { struct __ecereNameSpace__ecere__com__Class * c = &class; } | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-20 04:09 | jerome | New Issue |