D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6422 - Regression(2.055beta): Segfault(cgcs.c) taking length of returned slice
Summary: Regression(2.055beta): Segfault(cgcs.c) taking length of returned slice
Status: RESOLVED INVALID
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: Other Windows
: P2 regression
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-01 00:32 UTC by Don
Modified: 2011-08-01 01:03 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Don 2011-08-01 00:32:16 UTC
int[] bug6422() { return null; }    

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

Compiled in 2.054; fails in git master
Comment 1 Don 2011-08-01 01:03:38 UTC
My mistake, I didn't do a make clean before compiling. There are many missing dependencies in the Windows makefile.