www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 22170] New: interface thunk doesn't set EBX to GOT

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

          Issue ID: 22170
           Summary: interface thunk doesn't set EBX to GOT
           Product: D
           Version: D2
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: ibuclaw gdcproject.org

Issue 9729 has regressed during the fix for issue 10462
(https://github.com/dlang/dmd/pull/2278)

We still need to load the GOT within the interface thunk because only the thunk
can load the correct GOT.

--
Aug 02 2021