[Issue 4750] New: fail_compilation/fail225.d causes dmd to segv

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4750 Summary: fail_compilation/fail225.d causes dmd to segv Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo

[Issue 4751] New: fail_compilation/fail37.d hits an assert in constfold

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4751 Summary: fail_compilation/fail37.d hits an assert in constfold Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4752] New: fail_compilation/fail345.d asserts in expression.c

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4752 Summary: fail_compilation/fail345.d asserts in expression.c Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[Issue 4753] New: fail_compilation/fail116.d sends dmd into a loop, exhausting memory

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4753 Summary: fail_compilation/fail116.d sends dmd into a loop, exhausting memory Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: no

[Issue 4754] New: format and Format!() do not work with posix positional parameters

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4754 Summary: format and Format!() do not work with posix positional parameters Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity:

[Issue 4755] New: assert(0,"...") error message

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4755 Summary: assert(0,"...") error message Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 4756] New: core.atomic should have atomicOp!"="

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4756 Summary: core.atomic should have atomicOp!"=" Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Componen

[Issue 4757] New: A forward reference error with return of inner defined struct

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4757 Summary: A forward reference error with return of inner defined struct Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: norm

[Issue 4755] assert(0,"...") error message

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4755 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme

[Issue 4758] New: --gc-sections breaks exception handling on Linux

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4758 Summary: --gc-sections breaks exception handling on Linux Product: D Version: D1 & D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4759] New: Generic matching not working with alias parameters

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4759 Summary: Generic matching not working with alias parameters Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 4758] --gc-sections breaks exception handling on Linux

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4758 Brad Roberts changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 879] support for --gc-sections

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=879 Brad Roberts changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #5 from Bra

[Issue 4503] forward reference to aliased template instance

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

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

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2511 --- Comment #8 from Walter Bright 2010-08-29 12:55:08 PDT --- This now fails: class UA { A29 f() { return null; } } class UB : UA { B29 f() { return null; } } class A29 { } class B29 : A29 { } -- Configure issuemail: http://d.pur

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

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2511 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #9 fro

[Issue 4440] [patch] Inlining delegate literals

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4440 David Simcha changed: What|Removed |Added Blocks||4264 Summary|[patch] inlined

[Issue 4440] [patch] Inlining delegate literals

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4440 --- Comment #9 from David Simcha 2010-08-29 14:26:50 PDT --- I just tried this patch out and on second thought I'm not sure it's worth integrating as-is because it's so limited. It won't even handle the case where a function that calls a deleg

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

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2511 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4440] [patch] Inlining delegate literals

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4440 --- Comment #10 from Brad Roberts 2010-08-29 14:31:55 PDT --- Agreed. Getting delegate inlining in dmd is going to take serious work. The problem is that the inliner is no where near a const propagation pass. It needs to know that the varia

[Issue 4278] allow inlining of super calls (undo limitations of bug3500's fix)

2010-08-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4278 Walter Bright changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED