July 04, 2004 DMD 0.94: internal compiler error | ||||
|---|---|---|---|---|
| ||||
This code causes an internal compiler error:
Internal error: ..\ztc\cod4.c 352
int main(char[][] args)
{
void[] x;
x[0]=1;
return 0;
}
Hauke
| ||||
July 04, 2004 Re: DMD 0.94: internal compiler error | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Hauke Duden | I ran into that also; assignment to a void[] chokes dmd 0.94 "Hauke Duden" <H.NS.Duden@gmx.net> wrote in message news:cc8qdr$oe8$1@digitaldaemon.com... > This code causes an internal compiler error: > Internal error: ..\ztc\cod4.c 352 > > int main(char[][] args) > { > void[] x; > > x[0]=1; > > return 0; > } > > > > Hauke | |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply