April 03, 2004 ICE in gdc-release 1e - simpler version | ||||
|---|---|---|---|---|
| ||||
Hi,
The following much simpler code
int main()
{
char[] c =
"Hello";
printf(cast(char[]) (c[0..1]) );
return 0;
}
caused the
same internal compiler error.
Pablo De Napoli
pdenapo AT yahoo.com
| ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply