[Issue 3379] [tdpl] Parameter names not visible in the if clause of a template

2009-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3379 Don changed: What|Removed |Added Attachment #480 is|0 |1 obsolete|

[Issue 3379] [tdpl] Parameter names not visible in the if clause of a template

2009-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3379 --- Comment #8 from Don 2009-11-12 00:28:15 PST --- Created an attachment (id=494) Test cases Some test cases I've used. Includes tests which previously caused segfaults. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 3498] New: No docs for core.*

2009-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3498 Summary: No docs for core.* Product: D Version: 2.036 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: www.digitalmars.co

[Issue 3499] New: Forward reference error with typeof() on a function

2009-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3499 Summary: Forward reference error with typeof() on a function Product: D Version: 1.050 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Sever

[Issue 3496] ICE ..\ztc\cgelem.c 3387

2009-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3496 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 3500] New: Program behaves differently with -inline

2009-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3500 Summary: Program behaves differently with -inline Product: D Version: 2.035 Platform: Other OS/Version: All Status: NEW Keywords: wrong-code Severity: normal

[Issue 3500] Program behaves differently with -inline

2009-11-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3500 --- Comment #1 from nfx...@gmail.com 2009-11-12 10:29:58 PST --- D2 testcase. import std.stdio; class A { void x() { writefln("A::x()"); } } class B : A { override void x() { writefln("B::x()"); } private