Thread overview
[Issue 18581] Segmentation fault with dmd -X if static foreach inside template
Mar 08, 2018
Ali Ak
Mar 29, 2018
Seb
Mar 30, 2018
Seb
Feb 27, 2019
Victor Porton
March 08, 2018
https://issues.dlang.org/show_bug.cgi?id=18581

Ali Ak <ali.akhtarzada@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--
March 29, 2018
https://issues.dlang.org/show_bug.cgi?id=18581

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |greensunny12@gmail.com
           Severity|normal                      |critical

--
March 30, 2018
https://issues.dlang.org/show_bug.cgi?id=18581

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Mac OS X                    |All

--
February 27, 2019
https://issues.dlang.org/show_bug.cgi?id=18581

Victor Porton <porton@narod.ru> changed:

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

--- Comment #1 from Victor Porton <porton@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

--