[Issue 14814] ld: GOT load reloc does not point to a movq instruction

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 22 06:12:42 PDT 2015


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

--- Comment #6 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Timothee Cour from comment #5)
> >> If you replace the `typeid(int)` with `null`, will the failure disappear?
> 
> yes
> 
> >> If so, may following patch fix fix the issue?
> 
> it does.

Thanks for the test.

I also confirmed the issue on auto-tester with a test case, then applied my
patch.

https://github.com/D-Programming-Language/dmd/pull/4828

--


More information about the Digitalmars-d-bugs mailing list