[Issue 23028] New: ImportC: found `_Generic` instead of statement.

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23028 Issue ID: 23028 Summary: ImportC: found `_Generic` instead of statement. Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ImportC, rejects-val

[Issue 23029] New: ImportC: _Generic treats pointer to const and regular pointers as the same type

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23029 Issue ID: 23029 Summary: ImportC: _Generic treats pointer to const and regular pointers as the same type Product: D Version: D2 Hardware: All OS: All

[Issue 22635] opCast prevent calling destructor for const this.

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22635 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @dkorpel

[Issue 22635] opCast prevent calling destructor for const this.

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22635 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23030] New: importC: errors using typedef struct after first use as const

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23030 Issue ID: 23030 Summary: importC: errors using typedef struct after first use as const Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 23031] New: importC: hex character escapes should be variable length

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23031 Issue ID: 23031 Summary: importC: hex character escapes should be variable length Product: D Version: D2 Hardware: All OS: All Status: NEW K

[Issue 23032] New: passing nested structs to struct templates which make them static should be a warning

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23032 Issue ID: 23032 Summary: passing nested structs to struct templates which make them static should be a warning Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 23032] passing nested structs to struct templates which make them static should be a warning

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23032 Paul Backus changed: What|Removed |Added CC||snarwin+bugzi...@gmail.com --- Comment #1 from

[Issue 23032] Static variable of nested type causes runtime crash

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23032 Paul Backus changed: What|Removed |Added Summary|passing nested structs to |Static variable of nested |s

[Issue 22922] Support empty array literal in -betterC

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22922 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @dkorpel

[Issue 23033] New: pure functions can allocate values with impure destructors

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23033 Issue ID: 23033 Summary: pure functions can allocate values with impure destructors Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 22976] importC: address-of with struct pointer and array member gives wrong result

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22976 --- Comment #2 from du...@neet.fi --- Created attachment 1846 --> https://issues.dlang.org/attachment.cgi?id=1846&action=edit fix attaching my patch i've been using that fixes this --

[Issue 23017] C++ class may not derive from D class

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23017 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23034] New: importC: head-const struct confused with multiple files on command line

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23034 Issue ID: 23034 Summary: importC: head-const struct confused with multiple files on command line Product: D Version: D2 Hardware: All OS: All Status:

[Issue 22976] importC: fails to multiply by element size when doing address-of

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22976 Walter Bright changed: What|Removed |Added Summary|importC: address-of with|importC: fails to multiply

[Issue 22976] importC: fails to multiply by element size when doing address-of

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22976 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @WalterB

[Issue 22976] importC: fails to multiply by element size when doing address-of

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22976 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23004] importC: calling function pointer named 'init' or 'stringof' from struct or union pointer gives error

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23004 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @WalterB

[Issue 23021] [dip1000] infer return scope from pure nothrow

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23021 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23005] importC: 'alignof' or 'mangleof' as member name gives redefinition error

2022-04-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23005 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|