[Issue 2702] Struct initialisation silently inserts deadly casts

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2702 Don changed: What|Removed |Added Keywords||patch --- Comment #7 from Don 2009-09-25 01:06:

[Issue 3343] New: Crash by "auto main(){}"

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3343 Summary: Crash by "auto main(){}" Product: D Version: 2.032 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 3343] Crash by "auto main(){}"

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3343 Don changed: What|Removed |Added Keywords||patch CC|

[Issue 3344] New: Internal error: e2ir.c 644 by a strange return statement

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3344 Summary: Internal error: e2ir.c 644 by a strange return statement Product: D Version: 2.032 Platform: Other OS/Version: Windows Status: NEW Severity: norm

[Issue 3344] ICE(e2ir.c) returning a void function from main()

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3344 Don changed: What|Removed |Added Keywords||ice-on-valid-code CC|

[Issue 3325] ICE(func.c) function literal with post-contract

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3325 --- Comment #3 from Sobirari Muhomori 2009-09-25 05:50:49 PDT --- Hmm... is dmd able to preserve contract info in function pointer type? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 3325] ICE(func.c) function literal with post-contract

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3325 --- Comment #4 from Don 2009-09-25 05:52:00 PDT --- (In reply to comment #3) > Hmm... is dmd able to preserve contract info in function pointer type? No, but this is a function literal, not a function pointer. -- Configure issuemail: http://

[Issue 3325] ICE(func.c) function literal with post-contract

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3325 Sobirari Muhomori changed: What|Removed |Added Depends on||302 --- Comment #5 from Sobirari M

[Issue 3341] Dummy stream

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3341 --- Comment #5 from Sobirari Muhomori 2009-09-25 06:05:16 PDT --- Hack. size_t vprintf(char[] format, va_list args) { return format.length; } size_t printf(char[] format, ...) { return format.length; } -- Configure issuemail: http:/

[Issue 3325] ICE(func.c) function literal with post-contract

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3325 Don changed: What|Removed |Added Depends on|302 | --- Comment #6 from Don 2009-09-25 06:39:29 PD

[Issue 3305] Segfault(expression.c) with recursive struct template alias expressions

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3305 Don changed: What|Removed |Added Keywords||patch --- Comment #1 from Don 2009-09-25 06:52:

[Issue 2796] Dependency on libstdc++-v3

2009-09-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2796 Bruno Deligny changed: What|Removed |Added CC||bruno.deli...@gmail.com --- Comment #1