lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: houdini at nmt.edu (Bill Weiss)
Subject: gcc: Internal compiler error: program cc1 got fatal signal 11

Georgi Guninski(guninski@...inski.com)@Thu, Jan 08, 2004 at 11:12:46PM +0200:
> $ gcc --version
> 2.95.3
> $ cat gcc-crash.c
> int main(void)
> {
> printf("%c","msux"[0xcafebabe]);
> }
> $ gcc gcc-crash.c
> gcc: Internal compiler error: program cc1 got fatal signal 11

TheMac:~/tmp houdini$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
TheMac:~/tmp houdini$ cat gcc-crash.c
int main(void)
{
	printf("%c", "msux"[0xdeadbeef]);
}
TheMac:~/tmp houdini$ gcc gcc-crash.c
TheMac:~/tmp houdini$

Not a problem here.

-- 
Bill Weiss
 
This message brought to you by the letters v and i


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ