D - Bug
- Russell Lewis (10/10) Sep 20 2002 The following source:
- Walter (1/1) Sep 20 2002 Got it!
- Burton Radons (2/13) Sep 22 2002 Walter's fault. "new Hack [1]" should be right.
-
Walter
(3/4)
Sep 22 2002
Not again
.
The following source:
struct MyType {}
int main()
{
alias MyType*[] Hack;
MyType*[]* var = new Hack;
return 0;
}
Crashes DLI (D-Linux port) with the following error:
assertion failure "arguments && arguments->dim" at expression.cpp:1329
Sep 20 2002
Russell Lewis wrote:
The following source:
struct MyType {}
int main()
{
alias MyType*[] Hack;
MyType*[]* var = new Hack;
return 0;
}
Crashes DLI (D-Linux port) with the following error:
assertion failure "arguments && arguments->dim" at expression.cpp:1329
Walter's fault. "new Hack [1]" should be right.
Sep 22 2002
"Burton Radons" <loth users.sourceforge.net> wrote in message news:aml0s8$2d71$1 digitaldaemon.com...Walter's fault.Not again <g>.
Sep 22 2002









"Walter" <walter digitalmars.com> 