[Issue 22161] importC: Support parsing C asm expressions

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22161 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22559] ImportC: support gnu case ranges

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

[Issue 23783] -preview=nosharedaccess does not detect comparison of shared data

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23783 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #15066 "merge stable" was merged into master: - 37406ce453e38257cb047d63a5b148bc26f0ce4b by RazvanN7: Fix Issue 23783 - -preview=nosharedaccess does not detect comparison of shared data htt

[Issue 23792] lexer warns about preprocessor inside token strings

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23792 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #15066 "merge stable" was merged into master: - 29be864b047bba4f8f963b1e0ad771fc0977e932 by Dennis Korpel: Fix 23792 - lexer warns about preprocessor inside token strings https://github.com

[Issue 23799] Link error with -betterC

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23799 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #15066 "merge stable" was merged into master: - d46295483ac60dc01e8fac456e407eacda36c12f by Razvan Nitu: Fix Issue 23799 - Link error with -betterC (#15028) https://github.com/dlang/dmd/pul

[Issue 23778] Code generator fails to handle __c_complex_real properly for Windows

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23778 --- Comment #4 from Dlang Bot --- dlang/dmd pull request #15066 "merge stable" was merged into master: - 5320bf29458245e4527c34aecde325b4e839a8a9 by Walter Bright: fix Issue 23778 - Code generator fails to handle __c_complex_real properly for Wind

[Issue 23790] Cannot use cas on member variable with -preview=nosharedaccess

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23790 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #15066 "merge stable" was merged into master: - 270845e4263b3043c444bbb3ba22d375493bf88e by Razvan Nitu: Fix Issue 23790 - Cannot use cas on member variable with -preview=nosharedaccess (#15

[Issue 20908] -preview=nosharedaccess requires zero-initializion for aggregates

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20908 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #15066 "merge stable" was merged into master: - ec071370017911d5984675c03c28e9b7603c3b14 by Razvan Nitu: Fix Issue 20908 - -preview=nosharedaccess requires zero-initializion for aggregates

[Issue 22611] ImportC: Need better error messages involving structs

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22611 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22877] importC: wrong sizeof for string literal

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22877 --- Comment #11 from Walter Bright --- I wish people would open new bugs for new problems. With this one, open closed and reopened multiple times, I have no idea what the actual problem is. --

[Issue 22877] importC: wrong sizeof for string literal

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22877 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 22926] importC: cast to D type alias in array length gives syntax error

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22926 --- Comment #5 from Walter Bright --- (In reply to duser from comment #0) > struct S { int x, y; }; > char cs[ ((size_t)((char *)&((struct S *)0)->y - (char *)0)) ]; > > dmd v2.099.0: > Error: dereference of invalid pointer `cast(S*)0LU` > current

[Issue 22938] ImportC: __import modules and their typedefs

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22938 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22938] ImportC: __import modules and their typedefs

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22938 --- Comment #1 from Walter Bright --- Example: // test.c(2): Error: found `1` when expecting `]` // test.c(2): Error: `=`, `;` or `,` expected to end declaration instead of `]` __import core.stdc.stdint; char cs[(int32_t)1]; --

[Issue 22926] importC: cast to D type alias in array length gives syntax error

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22926 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22926] importC: cast to D type alias in array length gives syntax error

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22926 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23014] importC: static thread-locals don't work

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23014 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com See Also|

[Issue 22428] importC: static variables/functions emit global symbols

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22428 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23014] importC: static thread-locals do not work

2023-04-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23014 Walter Bright changed: What|Removed |Added Summary|importC: static |importC: static |thread-lo

[Issue 23014] importC: static thread-locals do not work

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