[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3FFE16FA.90108@nbnet.nb.ca>
From: smenard at nbnet.nb.ca (Steve Menard)
Subject: gcc: Internal compiler error: program cc1 got
fatal signal 11
RH 8
[steve@...alhost steve]$ uname -a
Linux localhost.localdomain 2.4.20-28.8 #1 Thu Dec 18 12:53:39 EST 2003
i686 i686 i386 GNU/Linux
[steve@...alhost steve]$ gcc --version
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[steve@...alhost steve]$ echo 'int main(void) {
printf("%c","msux"[0xcafebabe]); }'> ./gcc-crash.c
[steve@...alhost steve]$ cat ./gcc-crash.c
int main(void) { printf("%c","msux"[0xcafebabe]); }
[steve@...alhost steve]$ gcc ./gcc-crash.c
[steve@...alhost steve]$ ls -alrt ./a.out
-rwxrwxr-x 1 steve steve 9882 Jan 8 22:41 ./a.out
[steve@...alhost steve]$ ./a.out
Segmentation fault
Powered by blists - more mailing lists