[Issue 23816] Typing invalid mnemonic in asm{} block segfaults
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 30 13:04:12 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23816
--- Comment #1 from naydef <naydef at 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 at users.noreply.github.com>
Date: Thu Oct 13 18:10:22 2022 -0700
dmd: remove potential overflow from binary search (#14556)
----------------------------------------
--
More information about the Digitalmars-d-bugs
mailing list