Bug 916 – regression: Internal error: ../ztc/gloop.c 1305

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P3
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Linux
Creation time
2007-02-01T09:41:00Z
Last change time
2014-02-16T15:26:12Z
Assigned to
bugzilla
Creator
thomas-dloop

Comments

Comment #0 by thomas-dloop — 2007-02-01T09:41:19Z
# int status; # # struct MyStruct{ # } # # void rec(int i, MyStruct s){ # if( i > 0 ){ # status++; # rec(i-1, s); # } # } # # int main(){ # assert(status==0); # MyStruct st; # rec(1030, st); # assert(status==1030); # return 0; # } dmd -fPIC -O struct_12.d Internal error: ../ztc/gloop.c 1305 test case: http://dstress.kuehne.cn/run/struct_12.d
Comment #1 by bugzilla — 2007-02-12T03:46:10Z
Fixed DMD 1.005