[Issue 18871] DMD  "illegal hardware instruction" crash
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat May 19 05:36:49 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=18871
Mike Franklin <slavo5150 at yahoo.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |phobos
--- Comment #4 from Mike Franklin <slavo5150 at yahoo.com> ---
According to digger this Phobos commit caused the regression.
digger: 082e53c2fb5c28179bef45554d1b2157ffc4fdc8 is the first bad commit
commit 082e53c2fb5c28179bef45554d1b2157ffc4fdc8
Author: The Dlang Bot <code+dlang-bot at dawg.eu>
Date:   Mon Apr 16 01:40:09 2018 +0200
    phobos: Merge pull request #6411 from n8sh/allocate-zeroed
    https://github.com/dlang/phobos/pull/6411
    make/makeArray: take advantage of allocators with smth. faster than
allocate+memset zero
    merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach at gmail.com>
diff --git a/phobos b/phobos
index e13e3889a..7016abafa 160000
--- a/phobos
+++ b/phobos
@@ -1 +1 @@
-Subproject commit e13e3889ac9f7dcaec8829af0fb13d60f0391f55
+Subproject commit 7016abafadcdaab1740937fab636c4085feca228
digger: Bisection completed successfully.
--
    
    
More information about the Digitalmars-d-bugs
mailing list