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 'move_by_pieces'


Gcc version: GNU C++ version 2.96 20000501 (experimental)
(alphaev56-unknown-linux-gnu) compiled by GNU C version 2.96 20000501
(experimental)

(Built with --enable-libstdcxx-v3)

System type: Linux/Alpha with Alpha 21164A (Kernel 2.3.99-pre6)

Error occurred while attempting to build the Qt with KDE 1.90 - files
attached.

Command: g++ -v --save-temps -c -I/discs/c7/kde/qt/include
-I/usr/X11R6/include -pipe -O2 -fPIC -DQT_BUILTIN_GIF_READER
-I/discs/c7/kde/qt/src/3rdparty/zlib
-I/discs/c7/kde/qt/src/3rdparty/libpng -o tools/qutfcodec.o
tools/qutfcodec.cpp

Dave


-- 
 ---------------- Have a happy GNU millennium! ----------------------   
/ Dr. David Alan Gilbert      | Running GNU/Linux on       |  Happy  \ 
\   gro.gilbert @ treblig.org |  Alpha, x86, ARM and SPARC |  In Hex /
 ____________________________|___ http://www.treblig.org  |________/
g++: Warning: -pipe ignored since -save-temps specified
Reading specs from /home/dg/egcs/lib/gcc-lib/alphaev56-unknown-linux-gnu/2.96/specs
gcc version 2.96 20000501 (experimental)
 /home/dg/egcs/lib/gcc-lib/alphaev56-unknown-linux-gnu/2.96/cpp -lang-c++ -v -I/discs/c7/kde/qt/include -I/usr/X11R6/include -I/discs/c7/kde/qt/src/3rdparty/zlib -I/discs/c7/kde/qt/src/3rdparty/libpng -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__cplusplus -Dlinux -Dunix -D_LONGLONG -D__alpha__ -D__ELF__ -D__linux__ -D__unix__ -D_LONGLONG -D__alpha__ -D__ELF__ -D__linux -D__unix -Asystem(linux) -D__EXCEPTIONS -D__OPTIMIZE__ -D__LANGUAGE_C__ -D__LANGUAGE_C -DLANGUAGE_C -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -D__alpha_bwx__ -Acpu(bwx) -DQT_BUILTIN_GIF_READER tools/qutfcodec.cpp qutfcodec.ii
GNU CPP version 2.96 20000501 (experimental) (cpplib)
 (Alpha GNU/Linux for ELF)
ignoring nonexistent directory `/home/dg/egcs/include/g++-v3'
ignoring duplicate directory `/discs/c7/kde/qt/include'
#include "..." search starts here:
#include <...> search starts here:
 /discs/c7/kde/qt/include
 /usr/X11R6/include
 /discs/c7/kde/qt/src/3rdparty/zlib
 /discs/c7/kde/qt/src/3rdparty/libpng
 /usr/local/include
 /home/dg/egcs/lib/gcc-lib/alphaev56-unknown-linux-gnu/2.96/include
 /home/dg/egcs/alphaev56-unknown-linux-gnu/include
 /usr/include
End of search list.
 /home/dg/egcs/lib/gcc-lib/alphaev56-unknown-linux-gnu/2.96/cc1plus qutfcodec.ii -quiet -dumpbase qutfcodec.cc -O2 -version -fPIC -o qutfcodec.s
GNU C++ version 2.96 20000501 (experimental) (alphaev56-unknown-linux-gnu) compiled by GNU C version 2.96 20000501 (experimental).
tools/qutfcodec.cpp: In method `QCString QUtf16Encoder::fromUnicode
tools/qutfcodec.cpp: (const QString &, int &)':
tools/qutfcodec.cpp:198: Internal compiler error in `move_by_pieces',
tools/qutfcodec.cpp:198: at expr.c:1486
tools/qutfcodec.cpp:198: Please submit a full bug report.
tools/qutfcodec.cpp:198: See
tools/qutfcodec.cpp:198: <URL:http://www.gnu.org/software/gcc/bugs.html>
tools/qutfcodec.cpp:198: for instructions.

BZip'd .ii file

The original source file


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