[Issue 6077] New: CTFE: Cannot append null array to null array.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 29 11:32:57 PDT 2011


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

           Summary: CTFE: Cannot append null array to null array.
           Product: D
           Version: D2
          Platform: x86
        OS/Version: All
            Status: NEW
          Keywords: rejects-valid
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: code at klickverbot.at


--- Comment #0 from klickverbot <code at klickverbot.at> 2011-05-29 11:28:36 PDT ---
enum foo = {
  string s;
  string t;
  return s ~ t;
}();
---
DMD from current Git master (c1b7e0a) produces:
test.d(4): Error: s ~ t cannot be interpreted at compile time

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


More information about the Digitalmars-d-bugs mailing list