[Issue 21398] Name clash between import and method triggers a segfault
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Nov 16 19:12:08 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=21398
Nathan Graule <solarliner at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|DMD segfaults during AST    |Name clash between import
                   |visit                       |and method triggers a
                   |                            |segfault
--- Comment #2 from Nathan Graule <solarliner at gmail.com> ---
It seems the segfault is due in `mem.d` because I import `free`, but also at
the same time declare a method of the same name. I have updated the title in
consequence.
--
    
    
More information about the Digitalmars-d-bugs
mailing list