[Issue 24401] New: Linker error: GOT load reloc does not point to a movq instruction

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 20 18:05:16 UTC 2024


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

          Issue ID: 24401
           Summary: Linker error: GOT load reloc does not point to a movq
                    instruction
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Mac OS X
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org

Previously occurred in issue 14814 and issue 21047.

Possibly a duplicate of issue 22556

---
int main()
{
    return (() @trusted => 0)();
}

--


More information about the Digitalmars-d-bugs mailing list