[Issue 20374] Assertion failure: 'e && retregs' hit at cod1.d:1858 on Win32_64 auto-tester with phobos PR#7259
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Feb  7 01:13:13 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20374
moonlightsentinel at disroot.org changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel at disroot.o
                   |                            |rg
--- Comment #1 from moonlightsentinel at disroot.org ---
Slightly reduced test case:
-------------------------------------
import std.array : staticArray;
@nogc void main()
{
    auto arr = ["foo"].staticArray;
}
-------------------------------------
Compiled with DMD32 D Compiler v2.090.0-dirty:
dmd -m64 test.d     
Assertion failure: 'e && retregs' on line 1862 in file
'C:\Users\vagrant\clones\dmd\src\dmd\backend\cod1.d'
--
    
    
More information about the Digitalmars-d-bugs
mailing list