[Issue 20593] [GCC ASM] Parser syntax for asm operands differs from GCC

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

[Issue 20655] attribute inference accepts unsafe union access as @safe

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20655 --- Comment #5 from Dlang Bot --- dlang/druntime pull request #2982 "remove wrong @safe attributes" was merged into master: - eb53170ea40fdc90b1dec38050e8100d8f944394 by aG0aep6G: remove wrong @safe attributes When issue 20655 ("attribute

[Issue 20655] attribute inference accepts unsafe union access as @safe

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20655 --- Comment #4 from Dlang Bot --- dlang/phobos pull request #7418 "mark access to `value.store.str` as @trusted" was merged into master: - 0bd2fa43346cbc62a202669cf87d4267b1b4aae7 by aG0aep6G: mark access to `value.store.str` as @trusted When

[Issue 20658] can modify overlapped storage classes in @safe enum function

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

[Issue 20655] attribute inference accepts unsafe union access as @safe

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20655 --- Comment #3 from Dlang Bot --- @aG0aep6G created dlang/phobos pull request #7418 "mark access to `value.store.str` as @trusted" mentioning this issue: - mark access to `value.store.str` as @trusted When issue 20655 ("attribute inference

[Issue 20655] attribute inference accepts unsafe union access as @safe

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20655 --- Comment #2 from Dlang Bot --- @aG0aep6G created dlang/druntime pull request #2982 "remove wrong @safe attributes" mentioning this issue: - remove wrong @safe attributes When issue 20655 ("attribute inference accepts unsafe union access as

[Issue 20658] can modify overlapped storage classes in @safe enum function

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

[Issue 20649] Trait isZeroInit gives false in certain scenarios

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

[Issue 20658] New: can modify overlapped storage classes in @safe enum function

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20658 Issue ID: 20658 Summary: can modify overlapped storage classes in @safe enum function Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20655] attribute inference accepts unsafe union access as @safe

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

[Issue 20657] New: is() expression can't deal with tuples?

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20657 Issue ID: 20657 Summary: is() expression can't deal with tuples? Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 20656] cannot compile live function without -preview=dip1021

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

[Issue 20603] 'cannot use non-constant CTFE pointer in an initializer' in recursive structure with overlap

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

[Issue 20656] New: cannot compile live function without -preview=dip1021

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20656 Issue ID: 20656 Summary: cannot compile live function without -preview=dip1021 Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 20655] New: attribute inference accepts unsafe union access as @safe

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20655 Issue ID: 20655 Summary: attribute inference accepts unsafe union access as @safe Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20654] New: is(symbol == module) doesn't highlight properly

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20654 Issue ID: 20654 Summary: is(symbol == module) doesn't highlight properly Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 20653] New: Short-circuiting boolean logic not working

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20653 Issue ID: 20653 Summary: Short-circuiting boolean logic not working Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 20652] New: extern(C++) doesn't seem to mangle the types in core.simd right

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20652 Issue ID: 20652 Summary: extern(C++) doesn't seem to mangle the types in core.simd right Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20649] Trait isZeroInit gives false in certain scenarios

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20649 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot ---

[Issue 20649] Trait isZeroInit gives false in certain scenarios

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20649 Boris Carvajal changed: What|Removed |Added CC||boris...@gmail.com

[Issue 20651] Document that destructors may not allocate memory

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20651 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com Hardware|x86_64

[Issue 20651] New: Document that destructors may not allocate memory

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20651 Issue ID: 20651 Summary: Document that destructors may not allocate memory Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 20650] Cryptic error message when GC called in finalizer

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

[Issue 20650] New: Cryptic error message when GC called in finalizer

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20650 Issue ID: 20650 Summary: Cryptic error message when GC called in finalizer Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 20648] static foreach over allMembers of module doesn't seem to work

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20648 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20648] static foreach over allMembers of module doesn't seem to work

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20648 --- Comment #2 from Manu --- Oh yeah, ffs... Sorry! Stupid mistake! >_< --

[Issue 20649] _d_arraysetlengthT crashes when std.traits.ReturnType is used with auto function

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20649 --- Comment #2 from Basile-z --- sorry, the reg is from 2.088 and 2.087.1 is the last working. --

[Issue 20649] _d_arraysetlengthT crashes when std.traits.ReturnType is used with auto function

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20649 Basile-z changed: What|Removed |Added Keywords||ice CC|

[Issue 469] Incorrect documentation in std.date

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=469 --- Comment #2 from Dlang Bot --- dlang-community/dfmt pull request #470 "Fix Issue #469" was merged into master: - fbd8559ceb0caf46a7503e3fca973064713ad599 by Hackerpilot: Test case for issue 469 https://github.com/dlang-community/dfmt/pull/470

[Issue 20649] New: _d_arraysetlengthT crashes when std.traits.ReturnType is used with auto function

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20649 Issue ID: 20649 Summary: _d_arraysetlengthT crashes when std.traits.ReturnType is used with auto function Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 20648] static foreach over allMembers of module doesn't seem to work

2020-03-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20648 Boris Carvajal changed: What|Removed |Added CC||boris...@gmail.com --- Comment #1 from