This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15389] New: Error when compiling anything on Knoppix
- From: "submerged_one at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 May 2004 03:27:14 -0000
- Subject: [Bug c/15389] New: Error when compiling anything on Knoppix
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following was done on a machine running knoppix:
knoppix@ttyp0[tmp]$ cat test.c
#include <stdio.h>
int main()
{
printf("test\n");
return 0;
}
knoppix@ttyp0[tmp]$ gcc test.c -o test
test.c:1: internal compiler error: Bus error
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
knoppix@ttyp0[tmp]$
--
Summary: Error when compiling anything on Knoppix
Product: gcc
Version: 3.3.3
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: submerged_one at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15389