[Issue 16855] Global void[0] causes OPTLINK Error when passed as ref Parameter

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jan 8 17:23:57 PST 2017


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
This produces the error:

OPTLINK (R) for Win32  Release 8.00.17
Copyright (C) Digital Mars 1989-2013  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
bug4.obj(bug4)  Offset 0026DH Record Type 009D
 Error 16: Index Range
Error: linker exited with status 1

which looks like a corrupt object file being passed to it.

--


More information about the Digitalmars-d-bugs mailing list