August 01, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6422

           Summary: Regression(2.055beta): Segfault(cgcs.c) taking length
                    of returned slice
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: clugdbug@yahoo.com.au


--- Comment #0 from Don <clugdbug@yahoo.com.au> 2011-08-01 00:32:16 PDT ---
int[] bug6422() { return null; }

void bug6422b() {
    int k = bug6422().length;
}

Compiled in 2.054; fails in git master

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 01, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6422


Don <clugdbug@yahoo.com.au> changed:

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


--- Comment #1 from Don <clugdbug@yahoo.com.au> 2011-08-01 01:03:38 PDT ---
My mistake, I didn't do a make clean before compiling. There are many missing dependencies in the Windows makefile.

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