Bug 6422 – Regression(2.055beta): Segfault(cgcs.c) taking length of returned slice

Status
RESOLVED
Resolution
INVALID
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
Other
OS
Windows
Creation time
2011-08-01T00:32:00Z
Last change time
2011-08-01T01:03:38Z
Assigned to
nobody
Creator
clugdbug

Comments

Comment #0 by clugdbug — 2011-08-01T00:32:16Z
int[] bug6422() { return null; } void bug6422b() { int k = bug6422().length; } Compiled in 2.054; fails in git master
Comment #1 by clugdbug — 2011-08-01T01:03:38Z
My mistake, I didn't do a make clean before compiling. There are many missing dependencies in the Windows makefile.