[Issue 21063] getLinkage is wrong for forward reference extern(C++) class

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21063 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21059] install.sh: posix_terminal returns false on Linux Mint 20

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21059 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12223] __traits(getMember,...) needed for aliases

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12223 --- Comment #4 from Dlang Bot --- @rmanthorpe created dlang/dmd pull request #11442 "Issue 12223 - __traits(getMember,...) needed for aliases" mentioning this issue: - Issue 12223 - __traits(getMember,...) needed for aliases Add `__traits(child,

[Issue 21035] wrong code when uses struct's methods of .init value

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21035 --- Comment #3 from Stefan Koch --- What happens is that a `memcpy` fails which seems to be done executing `data[0 .. str.length] = str` why that happens is still under investigation --

[Issue 21064] New: setCookieJar/caInfo in std.net.curl cannot handle the non-ASCII paths

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21064 Issue ID: 21064 Summary: setCookieJar/caInfo in std.net.curl cannot handle the non-ASCII paths Product: D Version: D2 Hardware: x86 OS: Windows Status

[Issue 14458] very slow ubyte[] assignment (dmd doesn't use memset)

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14458 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 9490] 'this' is not found when expression is in parentheses

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9490 --- Comment #7 from Dlang Bot --- dlang/dmd pull request #11439 "[dmd-cxx] fix issue 9490 - 'this' is not found when expression is in parentheses" was merged into dmd-cxx: - 3d5716d46a30122809ae7c2b58f07f6b262afcba by Stian Gulpen: fix issue 9490 -

[Issue 19663] On x86_64 the fabs intrinsic should use SSE

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19663 --- Comment #2 from Basile-z --- BTW option 3 doesn't work. --

[Issue 21063] getLinkage is wrong for forward reference extern(C++) class

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21063 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @Geod24

[Issue 21063] New: getLinkage is wrong for forward reference extern(C++) class

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21063 Issue ID: 21063 Summary: getLinkage is wrong for forward reference extern(C++) class Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 19663] On x86_64 the fabs intrinsic should use SSE

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19663 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Hardware|

[Issue 21062] Compiler produces wildly different diagnostics based on variable names

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21062 Basile-z changed: What|Removed |Added Keywords||diagnostic CC|

[Issue 21062] Diagnostic for 'synchronized' used as a variable name should be improved

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21062 Andrej Mitrovic changed: What|Removed |Added Summary|Compiler produces wildly|Diagnostic for |differen

[Issue 21062] Compiler produces wildly different diagnostics based on variable names

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21062 --- Comment #1 from Andrej Mitrovic --- So apparently I forgot synchronized is a statement, but the compiler should emit a better diagnostic. I'll rename the issue. --

[Issue 21062] New: Compiler produces wildly different diagnostics based on variable names

2020-07-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21062 Issue ID: 21062 Summary: Compiler produces wildly different diagnostics based on variable names Product: D Version: D2 Hardware: All OS: All Status: N