[Issue 21512] RedBlackTree!Tid treats any values as duplicated except for Tid.init

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21512 Tomoya Tanjo changed: What|Removed |Added Summary|RedBlackTree!Tid treat any |RedBlackTree!Tid treats any

[Issue 21512] New: RedBlackTree!Tid treat any values as duplicated except for Tid.init

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21512 Issue ID: 21512 Summary: RedBlackTree!Tid treat any values as duplicated except for Tid.init Product: D Version: D2 Hardware: x86_64 OS: Linux Status:

[Issue 14196] opApply and nothrow don't play along

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14196 --- Comment #2 from Bolpat --- You can overload on attributes: struct MyArray(T) { int opApply(scope int delegate(ref T) dg); int opApply(scope int delegate(ref T) nothrow dg) nothrow; } This is not DRY and if the code inside opAppl

[Issue 21511] Uniqueness detection failed in non-template function with delegate parameter

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21511 Bolpat changed: What|Removed |Added Keywords||rejects-valid, safe CC|

[Issue 21511] New: Uniqueness detection failed in non-template function with delegate parameter

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21511 Issue ID: 21511 Summary: Uniqueness detection failed in non-template function with delegate parameter Product: D Version: D2 Hardware: All OS: All Sta

[Issue 20041] CTFE incorrect result with __vector

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

[Issue 19365] Allow aliasing templated functions from mixin template to add them to overload set

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19365 --- Comment #5 from Dennis --- (In reply to Bolpat from comment #4) > Overload sets work are separated overloads to search for matches where an > ambiguity error occurs when there are any matches in two or more sets, > regardless whether one match is

[Issue 19443] core.simd generates incorrect code

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19443 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21510] New: __traits(isSame, a, AliasSeq!a) returns true if "a" is a scalar

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21510 Issue ID: 21510 Summary: __traits(isSame, a, AliasSeq!a) returns true if "a" is a scalar Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 19443] core.simd generates incorrect code

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19443 --- Comment #2 from Walter Bright --- Here's the attachment: /*dmd -m64 movhlps.d*/ import std.stdio; import core.simd; void main () { float4 a = [1, 2, 4, 8]; float4 b = [2, 3, 5, 7]; writefln ("expected result: [5, 7, 4, 8

[Issue 16681] ICE 1662

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16681 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19632] [SIMD] Error: invalid foreach aggregate

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19632 Walter Bright changed: What|Removed |Added Severity|major |enhancement --- Comment #2 from Walter Brigh

[Issue 19599] Wrong codegen DMD x86_64 with both -O and -inline + double

2020-12-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19599 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|