digitalmars.D.bugs - DMD 0.94: internal compiler error
- Hauke Duden (11/11) Jul 04 2004 This code causes an internal compiler error:
- Kris (3/12) Jul 04 2004 I ran into that also; assignment to a void[] chokes dmd 0.94
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
Jul 04 2004
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
Jul 04 2004








"Kris" <someidiot earthlink.dot.dot.dot.net>