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 fix_lexical_addr


Hello,

I have encountered this bug while compiling mahogany-0.60.
Attached is the command line and output of compiler, as well as the
preprocessed file.

Best regards,
	Petr Prazak

upgrade.ii.bz2

Script started on Thu Nov  9 19:45:44 2000
[prazak@roger util]$ make
c++ -fPIC -I/home/prazak/build/mahogany-0.60/include -I/usr/include/python1.5  -I/usr/lib/wx/include -D__USE_WXCONFIG__ -DGTK_NO_CHECK_CASTS -D__WXGTK__ -I/home/prazak/build/mahogany-0.60/extra/include -I/home/prazak/build/mahogany-0.60/extra/src/c-client -I/home/prazak/build/mahogany-0.60/extra/src/compface -v -save-temps -fno-exceptions -MD  -O2 -Wall -c upgrade.cpp
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/cpp0 -lang-c++ -D__GNUG__=2 -v -I/home/prazak/build/mahogany-0.60/include -I/usr/include/python1.5 -I/usr/lib/wx/include -I/home/prazak/build/mahogany-0.60/extra/include -I/home/prazak/build/mahogany-0.60/extra/src/c-client -I/home/prazak/build/mahogany-0.60/extra/src/compface -MD upgrade.d -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__ELF__ -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPTIMIZE__ -Wall -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_i386__ -D__PIC__ -D__pic__ -D__USE_WXCONFIG__ -DGTK_NO_CHECK_CASTS -D__WXGTK__ upgrade.cpp upgrade.ii
GNU CPP version 2.96 20000731 (Red Hat Linux 7.0) (cpplib)
 (i386 Linux/ELF)
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/usr/i386-redhat-linux/include"
#include "..." search starts here:
#include <...> search starts here:
 /home/prazak/build/mahogany-0.60/include
 /usr/include/python1.5
 /usr/lib/wx/include
 /home/prazak/build/mahogany-0.60/extra/include
 /home/prazak/build/mahogany-0.60/extra/src/c-client
 /home/prazak/build/mahogany-0.60/extra/src/compface
 /usr/include/g++-3
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-redhat-linux/2.96/cc1plus upgrade.ii -quiet -dumpbase upgrade.cpp -O2 -Wall -version -fPIC -fno-exceptions -o upgrade.s
GNU C++ version 2.96 20000731 (Red Hat Linux 7.0) (i386-redhat-linux) compiled by GNU C version 2.96 20000731 (Red Hat Linux 7.0).
/usr/include/wx/intl.h: In function `bool UpgradeFrom050 ()':
/usr/include/wx/intl.h:145: Internal compiler error in fix_lexical_addr
, at function.c:5320
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [upgrade.o] Error 1
[prazak@roger util]$ 
Script done on Thu Nov  9 19:46:46 2000

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