[Issue 4738] New: ICE using null array in static/constraint if

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4738 Summary: ICE using null array in static/constraint if Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice-on-valid-code Severity:

[Issue 4738] ICE using null array in static/constraint if

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4738 --- Comment #1 from Shin Fujishiro rsi...@gmail.com 2010-08-26 20:40:34 PDT --- The phobos' std.conv hits this issue. % dmd -c -unittest std/conv.d Assertion failed: (precedence[e-op] != PREC_zero), function expToCBuffer, file expression.c,

[Issue 3935] opBinary is instantiated with =

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3935 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4655] Regression(1.063, 2.048) goto to a try block ICEs

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4655 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4302] Regression(2.046, 1.061): compiler errors using startsWith in CTFE

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4302 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4739] New: Bad result retrieving 'char' keys in assoc array

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4739 Summary: Bad result retrieving 'char' keys in assoc array Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: wrong-code Severity:

[Issue 3348] Documentation for many std.process functions has disappeared

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3348 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 3232] std.math.approxEqual should consider maxAbsDiff when rhs==0 lhs!=0

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3232 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4739] Bad result retrieving 'char' keys in assoc array

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4739 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4201] associative arrays keys property contains corrupted data for keys property for keys of size size_t

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4201 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 4328] templated unittests fail to link when instantiated from other file if compiler order isn't correct

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4328 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 4328] templated unittests fail to link when instantiated from other file if compiler order isn't correct

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4328 --- Comment #2 from Rainer Schuetze r.sagita...@gmx.de 2010-08-27 08:39:32 PDT --- Here's a workaround: similar to the assert handling, generate the unittest_fail function whenever there is a template in the module: Index: template.c

[Issue 4740] New: core.thread.atomicOp too strict about types

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4740 Summary: core.thread.atomicOp too strict about types Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 190] Cannot forward reference typedef/alias in default value for function parameter

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=190 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3979] Order-of-compilation and forward reference errors

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3979 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4742] New: int % BigInt should work

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4742 Summary: int % BigInt should work Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 4652] Compiler hangs on template with zero-length tuple and another argument

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4652 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4743] New: Internal compiler error involving in UnknownType*

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4743 Summary: Internal compiler error involving in UnknownType* Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: ice-on-invalid-code

[Issue 4564] ICE on undefined variable in foreach over 0 .. undef

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4564 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3493] Segfault(cast.c) Forward reference with type inference, D1 only.

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3493 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2511] Covariant return type doesn't work with circular import

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2511 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|