digitalmars.D.bugs - compiler segfault
- Nick <Nick_member pathlink.com> Jul 25 2004
- "Vathix" <vathixSpamFix dprogramming.com> Jul 25 2004
The following crashed the compiler (yes I know the code is wrong.)
# class A {}
# class B {}
# class AB : A, B {}
$ dmd tst.d
tst.d(3): class AB 'B' must be an interface
Segmentation fault
Nick
Jul 25 2004
"Nick" <Nick_member pathlink.com> wrote in message news:ce0f01$295o$1 digitaldaemon.com...The following crashed the compiler (yes I know the code is wrong.)
Note: this is the crash I mentioned under "Three notable problems with method name resolution" in the D NG, thanks.
Jul 25 2004








"Vathix" <vathixSpamFix dprogramming.com>