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]

"C" internal error, segmentation fault



I have a bug report.

I compiled GCC with "make bootstrap", using the default
configuration options.

I used the following command line:

gcc -v -save-temps -c ken.c >errormessages 2>&1

*****This was the compiler's output:
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.2/specs
Configured with: ../gcc-3.0.2/configure 
Thread model: single
gcc version 3.0.2
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.2/cpp0 -lang-c -v -D__GNUC__=3 -D__GNUC_MINOR__=0 -D__GNUC_PATCHLEVEL__=2 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem=posix -D__NO_INLINE__ -D__STDC_HOSTED__=1 -Acpu=i386 -Amachine=i386 -Di386 -D__i386 -D__i386__ -D__tune_i686__ -D__tune_pentiumpro__ ken.c ken.i
GNU CPP version 3.0.2 (cpplib) (i386 Linux/ELF)
ignoring nonexistent directory "/usr/local/i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.2/include
 /usr/include
End of search list.
 /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.2/cc1 -fpreprocessed ken.i -quiet -dumpbase ken.c -version -o ken.s
GNU CPP version 3.0.2 (cpplib) (i386 Linux/ELF)
GNU C version 3.0.2 (i686-pc-linux-gnu)
	compiled by GNU C version 3.0.2.
ken.c:5: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
*****End of compiler's output.

*****This is the preprocessed source file.
# 1 "ken.c"
static struct {
    signed char length;
    char opname[];
} oper_table[] = {
    { 0, ""}
};
*****End of preprocessed source file.


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