Bug 742 – d/d-glue.cc:2534: virtual void FuncDeclaration::toObjFile(): Assertion `0' failed.

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2006-12-25T06:28:00Z
Last change time
2015-06-09T05:15:05Z
Keywords
ice-on-valid-code
Assigned to
dvdfrdmn
Creator
thomas-dloop

Comments

Comment #0 by thomas-dloop — 2006-12-25T06:28:09Z
# # class Outer { # class Inner(int i) { # void f(){ # } # } # # Inner!(2) c; # } # The code below simply segfaults without providing a message: # # class Outer { # class Inner(int i) { # void f(){ # } # } # # void foo(){ # Inner!(2) c = new Inner!(2)(); # } # } #
Comment #1 by dvdfrdmn — 2007-09-23T18:42:26Z
Fixed some time ago