Bug 20102 – Comp

Status
RESOLVED
Resolution
DUPLICATE
Severity
critical
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2019-08-04T11:12:12Z
Last change time
2019-08-05T08:35:11Z
Assigned to
No Owner
Creator
Igor

Comments

Comment #0 by kravchuk3571 — 2019-08-04T11:12:12Z
DMD32 D Compiler v2.087.0 File main.d: import std.stdio; void main() { writeln("hw"); } $ dmd main.d out: Segmentation fault (core dumped) File main.d: void main() { } $ dmd main.d out: Segmentation fault (core dumped)
Comment #1 by kravchuk3571 — 2019-08-04T11:18:12Z
rdmd build 20190702 $ rdmd main.d void main() { } out: Segmentation fault (core dumped)
Comment #2 by kravchuk3571 — 2019-08-04T11:30:30Z
gdc main.d The resulting executable file has no problems.
Comment #3 by kravchuk3571 — 2019-08-04T11:38:23Z
based on DMD v2.078.3 and LLVM 5.0.1 File main.d: import std.stdio; void main() { writeln("hw"); } $ ldc2 main.d The resulting executable file has no problems.
Comment #4 by dfj1esp02 — 2019-08-05T08:35:11Z
*** This issue has been marked as a duplicate of issue 19116 ***