[Issue 3884] Segfault: defining a typedef with an invalid object.d

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3884 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #3 from

[Issue 3849] [missing error] Array literal length doesn't match

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3849 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|ice-on-invalid-code | CC|

[Issue 3974] ICE(init.c): Static array initializer with more elements than destination array

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3974 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 3975] New: Misnamed main causes linker errors

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3975 Summary: Misnamed main causes linker errors Product: D Version: 1.057 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 3976] New: segfault on anonymous struct/union

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3976 Summary: segfault on anonymous struct/union Product: D Version: 1.057 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 3965] Multiple static this() can be a little error-prone

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3965 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3972] Regarding module with name different from its file name

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3972 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch CC|

[Issue 3977] New: Should disable implicit conversion of B[] to A[] when B is derived from A

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3977 Summary: Should disable implicit conversion of B[] to A[] when B is derived from A Product: D Version: unspecified Platform: Other OS/Version: All Status: NEW

[Issue 3978] New: Compiler crash on improper struct initialization

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3978 Summary: Compiler crash on improper struct initialization Product: D Version: 2.030 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3976] segfault on anonymous struct/union

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3976 --- Comment #1 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-03-16 17:35:57 PDT --- Okay, for some reason my test case doesn't seem to be working. I'm sure it was earlier, but I deleted the file, etc. I can still get the segfault with

[Issue 2093] string concatenation modifies original

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2093 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 1339] Invariant/const-ness is broken by built-in array properties sort and reverse

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1339 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 1426] const(templated class) allows calling mutable methods

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1426 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2544] implicit const casting rules allow violations of const-safety

2010-03-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2544 --- Comment #8 from Steven Schveighoffer schvei...@yahoo.com 2010-03-16 20:19:39 PDT --- It appears that the offending code still compiles in dmd 2.041. I can't remember why I thought the given changeset should fix the problem, maybe it was