[Issue 3982] [ICE] a.values on wrong AA

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

[Issue 2995] Incorrect conversion in c ? a : b

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

[Issue 4105] Stack overflow involving alias template parameters and undefined identifier

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

[Issue 4131] break does not work correctly with foreach and associative arrays

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

[Issue 4093] Segfault(interpret.c): with recursive struct templates

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

[Issue 4108] ICE(cod2.c): zero-length static array in function call

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

[Issue 4089] crash when creating JSON output for incomplete struct

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

[Issue 3522] ICE(cg87.c): variable*array[].

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

[Issue 4067] [CTFE] Code inside try-catch blocks is silently ignored

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

[Issue 2549] Segfault on array multiplication.

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

[Issue 3974] ICE(init.c): Static array initializer with more elements than destination array

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

[Issue 4036] Segfault with -inline and literal of struct containing union

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

[Issue 3415] broken JSON output

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

[Issue 3066] Array operation without a slice as the lvalue accepted, bad codegen

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

[Issue 2935] ICE(out.c) using struct with constructor as function default argument

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

[Issue 2437] ICE(tocsym.c, !needThis()) - default struct argument

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

[Issue 1001] print stack trace (in debug mode) when program die

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #17 from Brad Roberts 2010-05-05 19:00:08 PDT --- personally.. I'd suggest it just always be enabled. Maybe leave the hook but make it be something to turn off rather than on. -- Configure issuemail: http://d.puremagic.com/issue

[Issue 4161] New: @disable after function signature has no effect

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4161 Summary: @disable after function signature has no effect Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 1001] print stack trace (in debug mode) when program die

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #16 from Sean Kelly 2010-05-05 15:03:24 PDT --- This can now be enabled by: import core.runtime; ... Runtime.traceHandler = &defaultTraceHandler; I can't have it automatically set in debug mode because only a release

[Issue 4160] New: Template function lookup should match non-template behavior for implicit conversion to shared params

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4160 Summary: Template function lookup should match non-template behavior for implicit conversion to shared params Product: D Version: 2.040 Platform: x86 OS/Version: Mac OS X

[Issue 4158] switch segfault

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4158 --- Comment #2 from Kyle Foley 2010-05-05 14:21:13 PDT --- (In reply to comment #1) > It doesn't actually segfault, it executes a HALT instruction. If there is no > default in a switch, the compiler inserts one of the form: > > default: HALT

[Issue 4159] New: in expression parsed as template

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4159 Summary: in expression parsed as template Product: D Version: unspecified Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Compo

[Issue 3945] AssertExpression message should implicitly convert to const char[]

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

[Issue 4100] Break and continue to label should mention foreach

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

[Issue 4153] Code coverage output improvement

2010-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4153 --- Comment #1 from bearophile_h...@eml.cc 2010-05-05 02:13:59 PDT --- Improved version of the Python script: filename = "test" counts_divisor_thousands = 0 # 0, 1 or 2 def thousands(n, separator="_"): sign = "-" if n < 0 else "" n =