← Back to index
|
Original Bugzilla link
Bug 24621 – ImportC: can't access members in static array
Status
NEW
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2024-06-21T09:14:37Z
Last change time
2024-12-13T19:35:54Z
Keywords
ImportC
Assigned to
No Owner
Creator
ryuukk_
Moved to GitHub: dmd#20472 →
Comments
Comment #0
by ryuukk.dev — 2024-06-21T09:14:37Z
```C typedef struct { char* buffer; } stuff; void testtest(void) { stuff s[1]; s->buffer = NULL; } ``` I get: ``` it.c(11): Error: `buffer` is not a member of `stuff[1]` ``` DMD: 2.109.0
Comment #1
by robert.schadek — 2024-12-13T19:35:54Z
THIS ISSUE HAS BEEN MOVED TO GITHUB
https://github.com/dlang/dmd/issues/20472
DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB