[Issue 1337] ICE(eh.c) No test case

2009-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1337 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

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

2009-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2774 --- Comment #2 from Shin Fujishiro rsi...@gmail.com 2009-05-26 02:51:35 PDT --- Created an attachment (id=380) -- (http://d.puremagic.com/issues/attachment.cgi?id=380) Add .mangleof (DMD 2.030) This patch adds .mangleof property to

[Issue 342] Please add import std.stdio; to object.d and remove extern(C) printf;

2009-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=342 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2080] Segfault(D1 only, mangle.c) alias corrupts type inference of static variables

2009-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2080 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 2080] Segfault(D1 only, mangle.c) alias corrupts type inference of static variables

2009-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2080 --- Comment #5 from Don clugd...@yahoo.com.au 2009-05-26 11:57:36 PDT --- Aargh, I'm wrong, it just has to be any forward reference. This really simple test case segfaults in a completely different place (cast.c), with a much more obviously

[Issue 3026] New: ICE using static array initializer at compile time

2009-05-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3026 Summary: ICE using static array initializer at compile time Product: D Version: 2.030 Platform: PC OS/Version: All Status: NEW Keywords: ice-on-valid-code, patch,