July 25, 2004 compiler segfault | ||||
|---|---|---|---|---|
| ||||
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
| ||||
July 25, 2004 Re: compiler segfault | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Nick | "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. | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply