[Issue 23564] [REG 2.101.0] SIGSEGV during compilation
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Dec 17 19:09:40 UTC 2022
    
    
  
https://issues.dlang.org/show_bug.cgi?id=23564
Iain Buclaw <ibuclaw at gdcproject.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |ibuclaw at gdcproject.org
--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Reduced test
---
class BlockHeader
{
    this()
    {
        new FreeList;
    }
}  
class RBTree
{
    class FreeList  
    {
    } 
    void _each_reverse( )
    {
    }
} 
alias FreeList = RBTree.FreeList;
---
--
    
    
More information about the Digitalmars-d-bugs
mailing list