[Issue 5624] std.conv unittest disabled

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5624 --- Comment #1 from Brad Roberts 2011-05-01 02:04:56 PDT --- reduced case. Requires -m64 and -O. Without -O it passes: module bug; extern(C) int printf(const char*, ...); wstring toImpl(int value) { wchar[13] buffer; auto u = -ca

[Issue 5522] std.range.zip fails on arrays of Object.

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5522 --- Comment #1 from kenn...@gmail.com 2011-05-01 03:53:49 PDT --- Created an attachment (id=956) Patch std.conv to allow emplace(ClassType* addr, [ClassType obj]) The problem is std.conv.emplace cannot emplace a class-object T into a T* pointe

[Issue 5916] New: DMD: bad message for incorrect operands error

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5916 Summary: DMD: bad message for incorrect operands error Product: D Version: D1 & D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5917] New: DMD gets tripped up by immutable struct members when struct contains postblit

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5917 Summary: DMD gets tripped up by immutable struct members when struct contains postblit Product: D Version: D2 Platform: x86 OS/Version: Mac OS X Status: NEW

[Issue 5917] DMD gets tripped up by immutable struct members when struct contains postblit

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5917 --- Comment #1 from Christopher the Magnificent 2011-05-01 19:29:00 PDT --- Created an attachment (id=957) D file to trigger the bug -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5916] DMD: bad message for incorrect operands error

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5916 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5895] Object.clear() doesn't work as expected for pointers to structs

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5895 --- Comment #1 from Daniel Gibson 2011-05-01 21:37:12 PDT --- An additional comment: Seems like clear() *is* documented - not in the online documentation but in TLDP on pages 187/188 (for classes) and 253/254 (for structs). It says: "You can

[Issue 5917] DMD gets tripped up by immutable struct members when struct contains postblit

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5917 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5314] Wrong error message: struct within immutable member and postblit function

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5314 kenn...@gmail.com changed: What|Removed |Added CC||ultimatemacfana...@gmail.co

[Issue 5314] Wrong error message: struct within immutable member and postblit function

2011-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5314 kenn...@gmail.com changed: What|Removed |Added Keywords||diagnostic CC|