www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 22451] New: ASAN reports stack-overflow on mtype.d

https://issues.dlang.org/show_bug.cgi?id=22451

          Issue ID: 22451
           Summary: ASAN reports stack-overflow on mtype.d
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: contact lsferreira.net

AddressSanitizer: stack-overflow src/dmd/mtype.d:404 in Type::equals(RootObject
const*) const

This occurs when running test fail_compilation/ctfe13612.d with the compiler
compiled with an address sanitizer.

--
Oct 29 2021