[Issue 4482] New: Missing warnings when not compiling with -w

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4482 Summary: Missing warnings when not compiling with -w Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Com

[Issue 4481] Internal compiler error (glue.c, !vthis->csym) or compiles, depending on the import statements order

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4481 --- Comment #1 from Dmitry Olshansky 2010-07-18 04:43:45 PDT --- Hm, it has something to with how you pass the files to DMD, for the test case above: dmd g.d main.d - compiles, all Ok dmd main.d g.d - Assertion failure: '!vthis->csym' on line

[Issue 4481] Internal compiler error (glue.c, !vthis->csym) or compiles, depending on the import statements order

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4481 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 4483] New: Make foreach over string or wstring where element type not specified a warning

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4483 Summary: Make foreach over string or wstring where element type not specified a warning Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW

[Issue 4481] Internal compiler error (glue.c, !vthis->csym) or compiles, depending on the import statements order

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4481 --- Comment #3 from Dmitry Olshansky 2010-07-18 13:28:32 PDT --- (In reply to comment #2) > This looks similar to bug 2692. It's not a duplicate, but I suspect the root > cause is the same. I'm 100% sure you meant bug 2962 that is "ICE(glue.c

[Issue 3463] Integrate Precise Heap Scanning Into the GC

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3463 --- Comment #26 from nfx...@gmail.com 2010-07-18 14:20:24 PDT --- @Sean Kelly: you said something about different ways of storing the mask. Do you have any more concrete suggestions? -- Configure issuemail: http://d.puremagic.com/issues/userpr

[Issue 4484] New: Warning for unreachable code in scope statements is too confusing

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4484 Summary: Warning for unreachable code in scope statements is too confusing Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity:

[Issue 4485] New: CT only arrays appear in executable

2010-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4485 Summary: CT only arrays appear in executable Product: D Version: D1 Platform: Other OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Comp