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 error #19991113


Hi -
 
I am new to this - so I hope I sent you enough to go on...
 
The output of the run is listed below (and is included in the output.txt file attached). The source file and the ii file and all the includes (many more than are actually needed - sorry about the size) are in the attached tar ball. If there is anything I forgot, or any additional information that you need, or if there is anything I can do to help - please don't hesitate to contact me.
 
Dave Seekins - dseekins@lightsurf.com
 
 
Compiler version:
 
egcs-20000911 snapshot
 
Built using:
 
configure --prefix=/opt/gnu-arm-thumb --target=arm-elf --host=i686-linux
make all-gcc
 
Executed command line:
 
/opt/gnu-arm-thumb/bin/arm-elf-gcc -c  -Iincludes  -mthumb-interwork -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority  -o imbroken.o memfixed.cxx -v --save-temp
 
Had following output:
 
[dseekins@lithium gcc_bug_dir]$  /opt/gnu-arm-thumb/bin/arm-elf-gcc -c  -Iincludes  -mthumb-interwork -Wall -Wpointer-arith -Ws
trict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fv
table-gc -finit-priority  -o imbroken.o memfixed.cxx -v --save-temp
Reading specs from /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/specs
gcc version 2.96 20000911 (experimental)
 /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/cpp0 -lang-c++ -D__GNUG__=2 -v -Iincludes -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNU
C_PATCHLEVEL__=0 -Acpu(arm) -Amachine(arm) -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -g -Wall -Wpointer-arith -Wstrict-prototypes -Win
line -Wundef -Woverloaded-virtual -D__ARM_ARCH_4T__ -D__APCS_32__ -D__ARMEL__ -D__ELF__ -D__arm__ -D__THUMB_INTERWORK__ memfixe
d.cxx memfixed.ii
GNU CPP version 2.96 20000911 (experimental) (cpplib)
 (ARM/ELF non-Linux)
ignoring nonexistent directory "/opt/gnu-arm-thumb/include/g++-3"
ignoring nonexistent directory "/opt/gnu-arm-thumb/arm-elf/sys-include"
#include "..." search starts here:
#include <...> search starts here:
 includes
 /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/include
 /opt/gnu-arm-thumb/arm-elf/include
End of search list.
 /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/cc1plus -lang-c++ memfixed.ii -quiet -dumpbase memfixed.cxx -mthumb-interwork -g -
O2 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -version -ffunction-sections -fdata-sections
 -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -o memfixed.s
GNU C++ version 2.96 20000911 (experimental) (arm-elf) compiled by GNU C version 2.95.3 19991030 (prerelease).
includes/cyg/memalloc/mempolt2.inl:124: Internal error #19991113.
includes/cyg/memalloc/mempolt2.inl:124: Internal compiler error in copy_body_r,
   at ../egcs-20000911/gcc/cp/optimize.c:272
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
 
 

 
Reading specs from /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/specs
gcc version 2.96 20000911 (experimental)
 /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/cpp0 -lang-c++ -D__GNUG__=2 -v -Iincludes -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -Acpu(arm) -Amachine(arm) -D__CHAR_UNSIGNED__ -D__OPTIMIZE__ -g -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -D__ARM_ARCH_4T__ -D__APCS_32__ -D__ARMEL__ -D__ELF__ -D__arm__ -D__THUMB_INTERWORK__ memfixed.cxx memfixed.ii
GNU CPP version 2.96 20000911 (experimental) (cpplib)
 (ARM/ELF non-Linux)
ignoring nonexistent directory "/opt/gnu-arm-thumb/include/g++-3"
ignoring nonexistent directory "/opt/gnu-arm-thumb/arm-elf/sys-include"
#include "..." search starts here:
#include <...> search starts here:
 includes
 /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/include
 /opt/gnu-arm-thumb/arm-elf/include
End of search list.
 /opt/gnu-arm-thumb/lib/gcc-lib/arm-elf/2.96/cc1plus -lang-c++ memfixed.ii -quiet -dumpbase memfixed.cxx -mthumb-interwork -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -version -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -o memfixed.s
GNU C++ version 2.96 20000911 (experimental) (arm-elf) compiled by GNU C version 2.95.3 19991030 (prerelease).
includes/cyg/memalloc/mempolt2.inl:124: Internal error #19991113.
includes/cyg/memalloc/mempolt2.inl:124: Internal compiler error in copy_body_r, 
   at ../egcs-20000911/gcc/cp/optimize.c:272
   Please submit a full bug report.
   See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.

gccstuff.tar.bz2


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