[Bug c/15389] New: Error when compiling anything on Knoppix

submerged_one at yahoo dot com gcc-bugzilla@gcc.gnu.org
Wed May 12 19:29:00 GMT 2004


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



More information about the Gcc-bugs mailing list