[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 bra...@puremagic.com 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 *,

[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 bra...@puremagic.com 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

[Issue 3827] automatic joining of adjacent strings is bad

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3827 --- Comment #25 from bearophile_h...@eml.cc 2011-03-20 04:29:08 PDT --- See also: http://stackoverflow.com/questions/2504536/why-allow-concatenation-of-string-literals -- Configure issuemail:

[Issue 5757] New: std.math: exp, expm1, exp2 return 'inf' when no asm.

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5757 Summary: std.math: exp, expm1, exp2 return 'inf' when no asm. Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5758] New: std.path.join is not evaluable at compile-time

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5758 Summary: std.path.join is not evaluable at compile-time Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5759] std.path.join incorrectly joins directories

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5759 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-03-20 10:16:24 PDT --- Note: this was tested on Windows. I don't know if the behavior is the same on Linux. -- Configure issuemail:

[Issue 5759] New: std.path.join incorrectly joins directories

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5759 Summary: std.path.join incorrectly joins directories Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5757] std.math: exp, expm1, exp2 return 'inf' when no asm.

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5757 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 5759] std.path.join incorrectly joins directories

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5759 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5758] std.path.join is not evaluable at compile-time

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5758 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5757] std.math: exp, expm1, exp2 return 'inf' when no asm.

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5757 David Simcha dsim...@yahoo.com changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 5760] New: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION(0xc0000005) at object._checkModCtors._findDependencies.object.ModuleInfo

2011-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5760 Summary: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION(0xc005) at object._checkModCtors._findDependencies.object.ModuleI nfo Product: D Version: D2