[Issue 5264] x86_64 changes for druntime 2

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5264 Brad Roberts changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|s...@invisib

[Issue 5264] New: x86_64 changes for druntime 2

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5264 Summary: x86_64 changes for druntime 2 Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: druntime

[Issue 5263] rationalize differences between phobos and druntime intrinsic.d

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5263 --- Comment #1 from Brad Roberts 2010-11-23 22:07:33 PST --- Created an attachment (id=829) the phobos half of the rationalization The phobos half of the rationalization -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?ta

[Issue 5263] New: rationalize differences between phobos and druntime intrinsic.d

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5263 Summary: rationalize differences between phobos and druntime intrinsic.d Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Keywords: patc

[Issue 5262] divide by 0 in std.datetime's Ticks.toMicroseconds()

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5262 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1

[Issue 5262] New: divide by 0 in std.datetime's Ticks.toMicroseconds()

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5262 Summary: divide by 0 in std.datetime's Ticks.toMicroseconds() Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4900] compiler still slow due to a single function

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

[Issue 5261] New: Uncompilable example for Windows

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5261 Summary: Uncompilable example for Windows Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: websites

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 --- Comment #3 from Don 2010-11-23 12:33:23 PST --- Created an attachment (id=827) Patch against D2 svn 767 Although the patch is relatively long, it is very mundane. The patch adds these functions to utf.c (they are copied from druntime). Th

[Issue 3175] rejects templated ref return function

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3175 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5260] New: std.math.feqrel() returns negative number

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5260 Summary: std.math.feqrel() returns negative number Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Comp

[Issue 5064] std.algorithm.map, delegates and cast(dchar) = runtime crash

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5064 --- Comment #4 from Don 2010-11-23 01:25:27 PST --- Further reduced. Shows it is caused by an closure passed as an alias parameter, + a struct with initialized members. If you remove the '=7', it won't crash. struct Map5064(alias fun) {

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 --- Comment #2 from Don 2010-11-23 00:57:51 PST --- *** Issue 4390 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Issue 4390] ICE(expression.c): Invalid string mixin

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

[Issue 4389] ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE

2010-11-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4389 Don changed: What|Removed |Added Keywords||ice-on-valid-code Summary|CTFE: Append