[Issue 3358] Several typeof(Class.method).stringof incoherence

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3358 --- Comment #1 from Julien Leclercq 2009-10-01 15:27:56 PDT --- Created an attachment (id=467) Test case -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3358] New: Several typeof(Class.method).stringof incoherence

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3358 Summary: Several typeof(Class.method).stringof incoherence Product: D Version: 2.032 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P2

[Issue 3352] RangeError in std.conv

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3352 --- Comment #2 from Andrei Alexandrescu 2009-10-01 11:05:40 PDT --- (In reply to comment #1) > Also I think, it's an overkill to fine tune allocation as it's done in > to!string(uint) BTW I just improved optimization by adding preallocated st

[Issue 2998] ICE(expression.c) with floating point enum

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2998 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 3357] ICE with aa that use static char array as key

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3357 --- Comment #4 from Fawzi Mohamed 2009-10-01 08:35:40 PDT --- thanks for catching it... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3357] ICE with aa that use static char array as key

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3357 Don changed: What|Removed |Added Keywords||ice-on-valid-code Status|RESOLVED

[Issue 3357] ICE with aa that use static char array as key

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3357 Fawzi Mohamed changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1934] ICE(e2ir.c) using static array as AA key

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1934 Fawzi Mohamed changed: What|Removed |Added CC||fa...@gmx.ch --- Comment #4 from Fawzi

[Issue 3357] ICE with aa that use static char array as key

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3357 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 3357] New: ICE with aa that use static char array as key

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3357 Summary: ICE with aa that use static char array as key Product: D Version: 1.047 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 3356] Make pure functions require immutable parameters

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3356 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 3352] RangeError in std.conv

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3352 --- Comment #1 from Sobirari Muhomori 2009-10-01 07:43:35 PDT --- Also I think, it's an overkill to fine tune allocation as it's done in to!string(uint) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- Yo

[Issue 3356] New: Make pure functions require immutable parameters

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3356 Summary: Make pure functions require immutable parameters Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 3355] std.string.cmp works incorrectly for mixed-type and different-length strings

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3355 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 3160] ICE(cgcod.c 1511-D1) or bad code-D2 returning string from void main

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3160 --- Comment #4 from Don 2009-10-01 05:47:20 PDT --- The patch for the related bug 3344 adds a check for side-effects. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Issue 3355] New: std.string.cmp works incorrectly for mixed-type and different-length strings

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3355 Summary: std.string.cmp works incorrectly for mixed-type and different-length strings Product: D Version: 2.032 Platform: x86 OS/Version: Linux Status: NEW

[Issue 3354] New: asm fld x, ST(6); accepted.

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3354 Summary: asm fld x, ST(6); accepted. Product: D Version: 1.00 Platform: x86 OS/Version: All Status: NEW Keywords: accepts-invalid Severity: minor Priority

[Issue 2942] asm fadd; accepted, but generates code for faddp.

2009-10-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2942 Don changed: What|Removed |Added Status|NEW |RESOLVED Resolution|