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]

Internal compiler error in `find_function_data', at function.c:542




Hello -

I get an internal compiler when trying to compile the attached
source.  The command line I used is at the end of this email.  I am
running Linux 2.2.13, glibc 2.1.2, gcc-2.95.2 (compile on this same
system).  I did not notice anything like this in the frequently reported
bugs so I wanted to send something in.

I can get rid of the internal compiler error if I move the #include
"psxMemorySectionRAM.h" after the constructor (or not including it, but I
will need it later).  That is about all I could figure out.

Thanks for your time,
Keith


-------------------->8 cmdline ----------------------------------
c++ -Wall -g -O2 -fno-rtti -fno-exceptions -v --save-temp -I../.. -I. -I../../../../src/psx/src/memory -I../../lib/base -I../../../../src/psx/lib/base -c ../../../../src/psx/src/memory/psxMemory.cpp -o psxMemory.o
Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/cpp -lang-c++ -v -I../.. -I. -I../../../../src/psx/src/memory -I../../lib/base -I../../../../src/psx/lib/base -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPTIMIZE__ -g -Wall -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di586 -Dpentium -D__i586 -D__i586__ -D__pentium -D__pentium__ ../../../../src/psx/src/memory/psxMemory.cpp psxMemory.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 ../..
 .
 ../../../../src/psx/src/memory
 ../../lib/base
 ../../../../src/psx/lib/base
 /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../include/g++-3
 /usr/local/include
 /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../../i586-pc-linux-gnu/include
 /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
 /usr/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/cc1plus psxMemory.ii -quiet -dumpbase psxMemory.cc -g -O2 -Wall -version -fno-rtti -fno-exceptions -o psxMemory.s
GNU C++ version 2.95.2 19991024 (release) (i586-pc-linux-gnu) compiled by GNU C version 2.95.2 19991024 (release).
../../../../src/psx/src/memory/psxMemory.cpp: In method `psxMemory::psxMemory()':
../../../../src/psx/src/memory/psxMemory.cpp:20: Internal compiler error in `find_function_data', at function.c:542
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make: *** [psxMemory.o] Error 1

source code


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