This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]