July 05, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=239

           Summary: Internal errorÇ changing string literal elements.
           Product: D
           Version: 0.162
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: daiphoenix@lycos.com


Short and sweet:

  void main()
  {
     "ABC"[2] = 's';
  }

Internal error: ..\ztc\cgcs.c 545


-- 

July 18, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=239


jpelcis@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from jpelcis@gmail.com  2006-07-18 16:39 -------
Fixed DMD 0.163.


--