[Issue 3724] bug in Expression::arraySyntaxCopy (null pointer dereference on struct->union->struct

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3724 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3727] lots of "deffering SomeStructName" messages when compiling

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3727 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3734] [patch] src/traits.c does not compile with gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3734 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3728] getOverloads and identifier traits

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 --- Comment #7 from Walter Bright 2010-01-22 20:25:36 PST --- Added the (), changeset 347 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3734] New: [patch] src/traits.c does not compile with gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3734 Summary: [patch] src/traits.c does not compile with gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1 Product: D Version: 2.040 Platform: Other OS/Version: Linux Status: NEW

[Issue 2928] Swap order of paramaters for std.range's "take"

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2928 --- Comment #6 from Andrei Alexandrescu 2010-01-22 17:16:25 PST --- I'll change that soon. Thanks! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 2928] Swap order of paramaters for std.range's "take"

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2928 Kyle Foley changed: What|Removed |Added CC||k-fo...@onu.edu --- Comment #5 from Kyle

[Issue 3716] Regression with multi dimensional array literals

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3716 --- Comment #1 from Don 2010-01-22 13:39:10 PST --- This also worked in DMD2.035. Haven't checked intermediate versions. The regression was probably introduced in 2.037. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=

[Issue 3732] Not all COM interfaces inherit from IUnknown.

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3732 --- Comment #2 from Burton Radons 2010-01-22 08:25:15 PST --- Nope. I've since found that this is also common to most of the interfaces used in the reflection API for DirectX 10 and 11, which you're not supposed to implement. I think the inten

[Issue 3726] Regression: ICE(mangle.c 81): struct forward reference with static this

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3726 Leandro Lucarella changed: What|Removed |Added CC||llu...@gmail.com --- Comment #5 fr

[Issue 3728] getOverloads and identifier traits

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 --- Comment #6 from Eldar Insafutdinov 2010-01-22 03:46:00 PST --- (In reply to comment #5) > Changeset 346 Thanks for applying the patch. Although there is a minor issue when building dmd on linux with gcc: traits.c:57: error: could not con

[Issue 3733] New: call overloaded method by shared

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3733 Summary: call overloaded method by shared Product: D Version: 2.039 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component:

[Issue 3728] getOverloads and identifier traits

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3728 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3674] forward reference error with multiple overloads with same name

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3674 --- Comment #7 from Rainer Schuetze 2010-01-22 00:39:03 PST --- Thanks, it works now. This also fixes issue 3282 which is what happened if you did not use "final" to produce an error at compile time. See comments there for another quirk. --

[Issue 3282] The overload and override issue of const/immutable member functions

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3282 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 fr

[Issue 3569] DMD Stack Overflow with a struct member function inside a C-style struct initializer

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3569 --- Comment #3 from Don 2010-01-22 00:09:28 PST --- Svn commit 337 gets rid of the stack overflow, and turns it into a rejects-valid bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3726] Regression: ICE(mangle.c 81): struct forward reference with static this

2010-01-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3726 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|