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 in c++ (regstack.c:convert_regs_1)


While trying to compile current CVS WxWindows, c++ dropped dead. 

here's the gcc message:

Reading specs from /usr/local/lib/gcc-lib/i686-suse-linux-gnu/2.96/specs
gcc version 2.96 19991030 (experimental)
 /usr/local/lib/gcc-lib/i686-suse-linux-gnu/2.96/cpp -lang-c++ -v -I. -I./include -I../../wxWindows/include -I../../wxWindows/src/zlib -I../../wxWindows/src/png -I../../wxWindows/src/jpeg -I/usr/X11R6/include -I/usr/lib/glib/include -MMD utilsres.d -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=96 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -D__OPTIMIZE__ -W -Wall -Wpointer-arith -Wall -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__pentiumpro -D__pentiumpro__ -D__tune_pentiumpro__ -D__PIC__ -D__pic__ -D__WXGTK__ -DGTK_NO_CHECK_CASTS -D_REENTRANT -D_IODBC_ -DwxINSTALL_PREFIX="/usr/local" ../../wxWindows/src/gtk/utilsres.cpp utilsres.ii
GNU CPP version 2.96 19991030 (experimental) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 include
 ../../wxWindows/include
 ../../wxWindows/src/zlib
 ../../wxWindows/src/png
 ../../wxWindows/src/jpeg
 /usr/X11R6/include
 /usr/lib/glib/include
 /usr/local/lib/gcc-lib/i686-suse-linux-gnu/2.96/../../../../include/g++-3
 /usr/local/include
 /usr/local/lib/gcc-lib/i686-suse-linux-gnu/2.96/../../../../i686-suse-linux-gnu/include
 /usr/local/lib/gcc-lib/i686-suse-linux-gnu/2.96/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /suse/pthomas/include
End of omitted list.
 /usr/local/lib/gcc-lib/i686-suse-linux-gnu/2.96/cc1plus utilsres.ii -quiet -dumpbase utilsres.cc -mcpu=i686 -march=i686 -O2 -W -Wall -Wpointer-arith -Wall -version -fschedule-insns2 -fPIC -o utilsres.s
GNU C++ version 2.96 19991030 (experimental) (i686-suse-linux-gnu) compiled by GNU C version 2.96 19991030 (experimental).
../../wxWindows/src/gtk/utilsres.cpp: In function `bool wxGetResource (const wxString &, const wxString &, float *, const wxString &)':
../../wxWindows/src/gtk/utilsres.cpp:318: Internal compiler error in `convert_regs_1', at reg-stack.c:2539

Attached is the preprocessed source.

-- 
	Philipp Thomas <pthomas@suse.de>

	close the windows - the penguin is freezing

utilsres.ii.bz2


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