[Issue 2773] New: problem compiling a big program with -O -inline -release

2009-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2773 Summary: problem compiling a big program with -O -inline -release Product: D Version: 1.041 Platform: PC OS/Version: Windows Status: NEW Keywords: rejects-valid Sev

[Issue 2774] New: Functions-as-properties makes it impossible to get the .mangleof a function

2009-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 Summary: Functions-as-properties makes it impossible to get the .mangleof a function Product: D Version: 1.041 Platform: PC OS/Version: All Status: NEW Se

[Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function

2009-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 --- Comment #1 from jarrett.billings...@gmail.com 2009-03-31 20:13 --- OK, so you can find out the ref-ness of params from (&foo).mangleof, but the name and the member-ness are still both lost. class A { void foo() {} static void b

[Issue 2775] New: "private" ignored for templates

2009-03-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2775 Summary: "private" ignored for templates Product: D Version: 1.041 Platform: PC OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal