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

2010-07-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4481 --- Comment #4 from Don clugd...@yahoo.com.au 2010-07-19 12:05:02 PDT --- (In reply to comment #3) (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

[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 dmitry.o...@gmail.com 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:

[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 clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---