Hi,

Is there a special reason that the following program:

struct S { int n; } ss;
int qq[2];

int main() {
  ss.n=20;
  qq[0]=6;
}

compiled as follows:
  tcc x.c -b

crashes when run? If I leave out one of the 2 lines in main,
then it don't crash, but e.g. qq[10] again does invoke a crash.
If you need to know my system or something, please ask.

Kind regards,
Wouter



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to