[Issue 5625] std.format unittest disabled

2013-03-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5625 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5625] std.format unittest disabled

2012-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5625 --- Comment #5 from github-bugzi...@puremagic.com 2012-12-08 19:42:09 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/9db098b69a7c2057152a6940cac368264a

[Issue 5625] std.format unittest disabled

2012-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5625 yebblies changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 5625] std.format unittest disabled

2012-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5625 --- Comment #3 from Brad Roberts 2012-01-01 21:02:22 PST --- The bug in comment 1 has been fixed. The next bug related to creal passing in vararg's. The repro case: module bugformat; import core.vararg; void bar(TypeInfo[] arguments, va_l

[Issue 5625] std.format unittest disabled

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5625 --- Comment #2 from Brad Roberts 2011-03-20 03:35:07 PDT --- For that reduction, it needs both -m64 and -O to fail. Also, this likely isn't the only 64 bit bug related to std.format. I'm not sure why, but the reduction in comment 1 isn't the

[Issue 5625] std.format unittest disabled

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5625 --- Comment #1 from Brad Roberts 2011-03-20 03:21:43 PDT --- Here's the reduced version of this bug. Larger than I'd like still, but is proving hard to reduce further. module bug; extern(C) int printf(const char *, ...); struct FormatSpec