D - bug? large .o files
- pts+d math.bme.hu (8/8) Sep 03 2003 Dear D Developers,
Dear D Developers, When compiling the following code with D 0.70, static char foo[999999]; the .o file will be >999999 bytes, almost full of zeroes. I think this is a bug in the compiler, because such arrays should be put into the DSS segment instead of the DATA segment. Regards, pts
Sep 03 2003