[Issue 18581] Segmentation fault with dmd -X if static foreach inside template

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 27 03:39:27 UTC 2019


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

Victor Porton <porton at narod.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |porton at narod.ru
         Resolution|---                         |FIXED

--- Comment #1 from Victor Porton <porton at narod.ru> ---
It seems to be fixed:

$ dmd -o- -X main.d
Error: module `main` is in file 'main.d' which cannot be read
import path[0] = /snap/dmd/49/bin/../import/druntime
import path[1] = /snap/dmd/49/bin/../import/phobos
t,1$ dmd --version
DMD64 D Compiler v2.084.1
Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved
written by Walter Bright

--


More information about the Digitalmars-d-bugs mailing list