← Back to index
|
Original Bugzilla link
Bug 23461 – dmd: src/dmd/backend/cod1.d:2037: Assertion false failed
Status
RESOLVED
Resolution
FIXED
Severity
critical
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
All
Creation time
2022-11-05T15:53:34Z
Last change time
2022-11-14T22:27:13Z
Keywords
ice-on-valid-code, pull, SIMD
Assigned to
No Owner
Creator
Iain Buclaw
See also
https://issues.dlang.org/show_bug.cgi?id=23462
Comments
Comment #0
by ibuclaw — 2022-11-05T15:53:34Z
alias int4 = __vector(int[4]); int4 and(int a) { return a && true; } int4 or(int a) { return a || false; }
Comment #1
by dlang-bot — 2022-11-06T05:37:06Z
@WalterBright created dlang/dmd pull request #14622 "fix Issue 23461 - dmd: src/dmd/backend/cod1.d:2037: Assertion false f…" fixing this issue: - fix Issue 23461 - dmd: src/dmd/backend/cod1.d:2037: Assertion false failed
https://github.com/dlang/dmd/pull/14622
Comment #2
by dlang-bot — 2022-11-10T10:24:56Z
dlang/dmd pull request #14622 "fix Issue 23461 - dmd: src/dmd/backend/cod1.d:2037: Assertion false f…" was merged into stable: - 8ae381e37aa6a0b6578581912b707cc186e374f8 by Walter Bright: fix Issue 23461 - dmd: src/dmd/backend/cod1.d:2037: Assertion false failed
https://github.com/dlang/dmd/pull/14622
Comment #3
by dlang-bot — 2022-11-14T22:27:13Z
dlang/dmd pull request #14643 "merge stable" was merged into master: - feddb0b9f48909ab40bc78b1bd37a5c4008b559a by Walter Bright: fix Issue 23461 - dmd: src/dmd/backend/cod1.d:2037: Assertion false failed
https://github.com/dlang/dmd/pull/14643