D - [Bug] Crash DMD Compiler
- berupon (17/17) Feb 10 2004 I'm using WindowsXP. Digital Mars D Compiler v0.79
- J C Calvarese (22/43) Feb 10 2004 Or a slightly different version that also crashes the compiler...
- berupon (7/24) Feb 12 2004 Hehe. I also think capitalize on D language is good thing for our
I'm using WindowsXP. Digital Mars D Compiler v0.79 If below error is already reported. Please ignore. struct TestS { } static void test () { Object m; m[] = error; TestS s; s[] = error; } --- Does anyone know [known bug lists]? I cannot find it from http://www.digitalmars.com/d/ .. Is it here?
Feb 10 2004
berupon wrote:I'm using WindowsXP. Digital Mars D Compiler v0.79 If below error is already reported. Please ignore. struct TestS { } static void test () { Object m; m[] = error; TestS s; s[] = error; }Or a slightly different version that also crashes the compiler... Object e; void test () { Object m; m[] = e; } void main() {} I guess the compiler is angry about trying to use [] on an Object. Probably not legal, but it should generate an error message other than "dmd.exe has encountered a problem and needs to close...".--- Does anyone know [known bug lists]?There is no list. If such a list existed, the Enemies of D would likely try to use it to foil our plans (of turning the world into, well, the worlD).I cannot find it from http://www.digitalmars.com/d/ .. Is it here?This newsgroup is the correct place to post bugs. I don't think that anyone has posted this particular bug, but are a various ways to make the compiler crash right now and you've found one of them. Now that Walter knows about it, he can work on fixing it. -- Justin http://jcc_7.tripod.com/d/
Feb 10 2004
J C Calvarese wrote:Hehe. I also think capitalize on D language is good thing for our programming life. :) I wished if I could get the map of minefield. But after reading below Walter's post. I realized that I should not ask him such an extra task. http://www.digitalmars.com/drn-bin/wwwnews?D/23404--- Does anyone know [known bug lists]?There is no list. If such a list existed, the Enemies of D would likely try to use it to foil our plans (of turning the world into, well, the worlD).Thank you for answering my questions. Mr. J C Calvarese.I cannot find it from http://www.digitalmars.com/d/ .. Is it here?This newsgroup is the correct place to post bugs. I don't think that anyone has posted this particular bug, but are a various ways to make the compiler crash right now and you've found one of them. Now that Walter knows about it, he can work on fixing it.
Feb 12 2004