Thread overview |
---|
March 30, 2023 [Issue 23816] Typing invalid mnemonic in asm{} block segfaults | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23816 --- Comment #1 from naydef <naydef@abv.bg> --- The compiler seemingly fails with this message: ---------------------------------------- dmd: src/dmd/backend/ptrntab.d:5844: Assertion `array overflow' failed. ---------------------------------------- Digger blames: ---------------------------------------- digger: 5b4d3c47e26c1e32cd5425f31ac390f992ac34f9 is the first bad commit commit 5b4d3c47e26c1e32cd5425f31ac390f992ac34f9 Author: Walter Bright <WalterBright@users.noreply.github.com> Date: Thu Oct 13 18:10:22 2022 -0700 dmd: remove potential overflow from binary search (#14556) ---------------------------------------- -- |
March 31, 2023 [Issue 23816] Typing invalid mnemonic in asm{} block segfaults | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23816 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- @RazvanN7 created dlang/dmd pull request #15060 "Fix Issue 23816 - Typing invalid mnemonic in asm{} block segfaults" fixing this issue: - Fix Issue 23816 - Typing invalid mnemonic in asm{} block segfaults https://github.com/dlang/dmd/pull/15060 -- |
April 04, 2023 [Issue 23816] Typing invalid mnemonic in asm{} block segfaults | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23816 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #15060 "Fix Issue 23816 - Typing invalid mnemonic in asm{} block segfaults" was merged into stable: - 1a3eb0ea5761fdc249ec5e765d1a3160ed49581b by RazvanN7: Fix Issue 23816 - Typing invalid mnemonic in asm{} block segfaults https://github.com/dlang/dmd/pull/15060 -- |
May 01, 2023 [Issue 23816] Typing invalid mnemonic in asm{} block segfaults | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23816 --- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #15156 "merge stable" was merged into master: - b2a24bb959d521d367d9b26b6a67683a3ce480d1 by Razvan Nitu: Fix Issue 23816 - Typing invalid mnemonic in asm{} block segfaults (#15060) https://github.com/dlang/dmd/pull/15156 -- |
Copyright © 1999-2021 by the D Language Foundation