http://d.puremagic.com/issues/show_bug.cgi?id=6397

           Summary: D1: Empty const string causes bad obj
           Product: D
           Version: D1
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: cbkbbej...@mailinator.com


--- Comment #0 from Nick Sabalausky <cbkbbej...@mailinator.com> 2011-07-28 
14:05:10 PDT ---
const a = "";

void main()
{
    auto x = a;
}

> dmd testEmptyStringLink.d
OPTLINK (R) for Win32  Release 8.00.12
Copyright (C) Digital Mars 1989-2010  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
testEmptyStringLink.obj(testEmptyStringLink)  Offset 00180H Record Type 009D
 Error 16: Index Range
--- errorlevel 1

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to