sobrien140
Registered
I'm on a G4 powerbook. The following c code crashes with every gcc option I try. If the array size is dropped to 65100 the program runs fine.
Any advice?
main()
{
double x[65200];
printf("starting fit\n");
}
Any advice?
main()
{
double x[65200];
printf("starting fit\n");
}