http://d.puremagic.com/issues/show_bug.cgi?id=4324
Summary: Optlink silently ignores corrupt object file
Product: D
Version: unspecified
Platform: x86
OS/Version: Windows
Status: NEW
Severity: regression
Priority: P2
Component: Optlink
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2010-06-15 12:30:09 PDT ---
Created an attachment (id=663)
Sample corrupt object file
This code compiled with DMD 1.062 results in a corrupt object file:
---
void main()
{
char[] a;
const b = "";
a ~= b;
}
---
Optlink 8.00.1 prints this error handed that file:
OPTLINK (R) for Win32 Release 8.00.1
Copyright (C) Digital Mars 1989-2004 All rights reserved.
test.obj(test) Offset 0018FH Record Type 009D
Error 16: Index Range
--- errorlevel 1
Optlink 8.00.2 prints nothing, but doesn't produces an exe either.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------