[Issue 239] New: Internal errorÇ changing string literal elements.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 5 04:39:48 PDT 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 at digitalmars.com
        ReportedBy: daiphoenix at lycos.com


Short and sweet:

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

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


-- 




More information about the Digitalmars-d-bugs mailing list