[Issue 24181] dmd compiled tinylisp.c runtime error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 9 07:24:02 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=24181

--- Comment #1 from mw <mingwu at gmail.com> ---
BTW,

$ dmd --version
DMD64 D Compiler v2.105.0
Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
written by Walter Bright


And LDC works fine:

$ ldc2 -version
LDC - the LLVM D compiler (1.34.0):
  based on DMD v2.104.2 and LLVM 16.0.6
  built with LDC - the LLVM D compiler (1.34.0)
  Default target: x86_64-unknown-linux-gnu
  Host CPU: znver1
  http://dlang.org - http://wiki.dlang.org/LDC

$ ./tinylisp 
tinylisp
930>(+ 2 3)
5

--


More information about the Digitalmars-d-bugs mailing list