[Issue 5571] [64-bit] new bool returns bogus address

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

[Issue 5571] [64-bit] new bool returns bogus address

2011-02-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5571 --- Comment #1 from David Simcha 2011-02-13 17:02:22 PST --- Looking into it further, this seems to happen with any primitive type, for example, "new double", "new uint". Amazingly, though, this code works: import std.stdio; void main() {