[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] tcc crash with -b option
From: |
W.Boeke |
Subject: |
[Tinycc-devel] tcc crash with -b option |
Date: |
Fri, 29 Aug 2008 16:44:39 +0200 |
User-agent: |
Thunderbird 2.0.0.16 (X11/20080724) |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Tinycc-devel] tcc crash with -b option,
W.Boeke <=