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]

g++ 2.96 crash under Redhat Linux 7


Hi,

I'm compiling the FOX C++ toolkit under Linux and g++ crashes with an
internal compiler error. I've included a typescript of the session and
attached the preproccesed output.

Thanks,

Heath

--
Heath Holcomb
bluetea@triad.rr.com
holcomb@mthcsc.wfu.edu

script started on Fri Oct  6 19:16:07 2000
heath@indica: /usr/src/redhat/BUILD/fox-0.99.132/src
[root@indica src]# c++ -v --save-temps -DPACKAGE=\"fox\" -DVERSION=\"0.99.132\"  -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_PARAM_H=1  -DHAVE_SYS_SELECT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_LIBZ=1 -DHAVE_JPEGLIB_H=1 -DHAVE_LI BJPEG=1 -DHAVE_PNG_H=1 -DHAVE_LIBPNG=1 -I. -I. -I../include -I../include -O2 -ma rch=i686 -DHAVE_XSHM -Wall -W -Wmissing-prototypes -Woverloaded-virtual -O2 -DND EBUG -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpen sive-optimizations -DHAVE_OPENGL -DSUN_OGL_NO_VERTEX_MACROS -DHAVE_MESA -I/usr/X 11R6/include -c  -fPIC -DPIC FXToolbarTab.cpp -o .libs/FXToolbarTab.lo
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. -I. -I../include -I../include -I/usr/X11R6/include -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__ -D__FAST_MATH__ -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wuninitialized -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__pentiumpro -D__pentiumpro__ -D__tune_pentiumpro__ -D__PIC__ -D__pic__ -DPACKAGE="fox" -DVERSION="0.99.132" -DTIME_WITH_SYS_TIME=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_ZLIB_H=1 -DHAVE_LIBZ=1 -DHAVE_JPEGLIB_H=1 -DHAVE_LIBJPEG=1 -DHAVE_PNG_H=1 -DHAVE_LIBPNG=1 -DHAVE_XSHM -DNDEBUG -DHAVE_OPENGL -DSUN_OGL_NO_VERTEX_MACROS -DHAVE_MESA -DPIC FXToolbarTab.cpp FXToolbarTab.ii
GNU CPP version 2.96 20000731 (Red Hat Linux 7.0) (cpplib)
 (i386 Linux/ELF)
ignoring nonexistent directory "/usr/i386-redhat-linux/include"
ignoring duplicate directory "."
ignoring duplicate directory "../include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../include
 /usr/X11R6/include
 /usr/include/g++-3
 /usr/local/include
 /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 FXToolbarTab.ii -quiet -dumpbase FXToolbarTab.cpp -march=i686 -O2 -O2 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wuninitialized -version -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -fPIC -o FXToolbarTab.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).
FXToolbarTab.cpp: In method `long int FXToolbarTab::onDeactivate 
(FXObject *, unsigned int, void *)':
FXToolbarTab.cpp:224: warning: cast to pointer from integer of 
different size
FXToolbarTab.cpp:225: warning: cast to pointer from integer of 
different size
FXToolbarTab.cpp:226: warning: cast to pointer from integer of 
different size
FXToolbarTab.cpp:227: warning: cast to pointer from integer of 
different size
FXToolbarTab.cpp: In method `long int FXToolbarTab::onCmdCollapse 
(FXObject *, unsigned int, void *)':
FXToolbarTab.cpp:175: Internal compiler error in copy_to_mode_reg, at 
explow.c:789
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
heath@indica: /usr/src/redhat/BUILD/fox-0.99.132/src
[root@indica src]# 
Script done on Fri Oct  6 19:16:51 2000

FXToolbarTab.ii.bz2


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