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 gcc 3.0


Hello.

Here is the command and the result:

g++-3.0   -v   --save-temps   -DPACKAGE=\"libasq\"   -DVERSION=\"0.1\"
-DHAVE_DLFCN_H=1  -I. -I.  -g -O2  -Wp,-MD,.deps/store.pp -c  store.cc
-fPIC -DPIC

Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.2/specs
Configured    with:    ../src/configure    -v
--enable-languages=c,c++,java,f77,proto,objc    --prefix=/usr
--infodir=/share/info    --mandir=/share/man    --enable-shared
--with-gnu-as   --with-gnu-ld  --with-system-zlib   --enable-long-long
--enable-nls    --without-included-gettext    --disable-checking
--enable-threads=posix    --enable-java-gc=boehm
--with-cpp-install-dir=bin --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.0.2 20010922 (Debian prerelease)
 /usr/lib/gcc-lib/i386-linux/3.0.2/cpp0    -lang-c++    -D__GNUG__=3
 -D__GXX_DEPRECATED  -D__EXCEPTIONS   -D__GXX_ABI_VERSION=100  -v  -I.
 -I.    -D__GNUC__=3    -D__GNUC_MINOR__=0    -D__GNUC_PATCHLEVEL__=2
 -D__ELF__  -Dunix -Dlinux  -D__ELF__ -D__unix__  -D__linux__ -D__unix
 -D__linux    -Asystem=posix    -D__OPTIMIZE__    -D__STDC_HOSTED__=1
 -D_GNU_SOURCE  -Acpu=i386 -Amachine=i386  -Di386 -D__i386  -D__i386__
 -D__tune_i386__    -D__PIC__    -D__pic__    -DPACKAGE="libasq"
 -DVERSION="0.1"  -DHAVE_DLFCN_H=1 -DPIC  -MD .deps/store.pp  store.cc
 store.ii
GNU  CPP version  3.0.2  20010922 (Debian  prerelease) (cpplib)  (i386
Linux/ELF)
ignoring nonexistent directory "/usr/i386-linux/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
 .
 /usr/include/g++-v3
 /usr/include/g++-v3/i386-linux
 /usr/include/g++-v3/backward
 /usr/local/include
 /usr/lib/gcc-lib/i386-linux/3.0.2/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/i386-linux/3.0.2/cc1plus   -fpreprocessed   store.ii
 -quiet -dumpbase store.cc -g -O2 -version -fPIC -o store.s
GNU  CPP version  3.0.2  20010922 (Debian  prerelease) (cpplib)  (i386
Linux/ELF)
GNU C++ version 3.0.2 20010922 (Debian prerelease) (i386-linux)
        compiled   by   GNU   C   version   3.0.2   20010922   (Debian
        prerelease).
store.cc: In constructor `ASQ::Store::Store(const std::string&)':
store.cc:31:  Internal  compiler  error  in  reachable_next_level,  at
except.c:2723
Please submit a full bug report,
with preprocessed source if appropriate.
See    <URL:http://www.gnu.org/software/gcc/bugs.html>    for
instructions.

The   preprocessed   source    is   large,   so   I    put   it   into
http://spam.dlux.hu/~dlux/gcc-bug/store.ii.bz2

I hope this report is useful,

dLux
--
This Message is Powered by VI

PGP signature


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