digitalmars.D.bugs - [Issue 1005] New: dmd: tocsym.c:343: virtual Symbol* FuncDeclaration::toSymbol(): Assertion `0' failed.
- d-bugmail puremagic.com (16/16) Feb 24 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1005
- d-bugmail puremagic.com (5/5) Feb 24 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1005
- d-bugmail puremagic.com (17/17) Feb 25 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1005
- d-bugmail puremagic.com (6/6) Feb 27 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1005
- d-bugmail puremagic.com (9/9) Mar 19 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1005
http://d.puremagic.com/issues/show_bug.cgi?id=1005 Summary: dmd: tocsym.c:343: virtual Symbol* FuncDeclaration::toSymbol(): Assertion `0' failed. Product: D Version: 1.007 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: benoit tionex.de Sorry, again no example. I get this with dmd 1.005 and dmd 1.007. I did not test other versions. --
Feb 24 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1005 ------- Comment #1 from benoit tionex.de 2007-02-24 08:14 ------- Additional info: it prints "linkage = 0" --
Feb 24 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1005 ------- Comment #2 from benoit tionex.de 2007-02-25 05:53 ------- Here comes the sample: class Base { public void fnc(){ } } class Foo : Base { alias Base.fnc fnc; public void fnc(){ } static this(){ alias void function() T; T ptr = & fnc; } } --
Feb 25 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1005 ------- Comment #3 from thomas-dloop kuehne.cn 2007-02-27 18:35 ------- Added to DStress as http://dstress.kuehne.cn/run/b/bug_tocsym_343_A.d http://dstress.kuehne.cn/run/b/bug_tocsym_343_B.d --
Feb 27 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1005 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #4 from bugzilla digitalmars.com 2007-03-19 17:38 ------- Fixed DMD 1.009 --
Mar 19 2007