| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
October 25, 2019 [Issue 20319] cast causing illegal instruction (core dump) in compiler | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20319 --- Comment #1 from Bartek Siudeja <siudej@gmail.com> --- Perhaps this is related to https://issues.dlang.org/show_bug.cgi?id=20318 -- | ||||
October 25, 2019 [Issue 20319] cast causing illegal instruction (core dump) in compiler | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20319 --- Comment #2 from Bartek Siudeja <siudej@gmail.com> --- Maybe a nicer way to reproduce, pointing at handling of strings: ``` auto data = cast(const int[]) "qwer"; // not OK auto data2 = cast(const int[]) "qwer".dup; // OK ``` -- | ||||
December 12, 2019 [Issue 20319] cast causing illegal instruction (core dump) in compiler | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20319 Basile-z <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice Status|NEW |RESOLVED CC| |b2.temp@gmx.com Hardware|x86 |All Resolution|--- |DUPLICATE OS|Linux |All --- Comment #3 from Basile-z <b2.temp@gmx.com> --- *** This issue has been marked as a duplicate of issue 20130 *** -- | ||||
March 21, 2020 [Issue 20319] cast causing illegal instruction (core dump) in compiler | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20319 Basile-z <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|b2.temp@gmx.com | -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply