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]

BUG REPORT: Internal Compiler error...


...compiling sources that uses templates and the STL version
provided by STLport (http://www.stlport.org/)


system:

SuSE Linux 6.4 -> 'uname -a' says:
Linux vader 2.2.14-2GB-SMP #1 SMP Thu Jul 27 12:00:49 MEST 2000 i686 unknown

g++ --version says: 2.95.2


explicitly passed compiler options:

-v --save-temps
-I/data/stdc++/inc -nostdinc++
-Ipub -Iinc -I/data/home/dtvdev/run500/dtv500/inc
-ftemplate-depth-32
-g
-D_DEBUG -UNDEBUG
-UUNICODE -U_UNICODE
-fPIC
-fno-builtin


gcc's output:

Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)
 /usr/lib/gcc-lib/i486-suse-linux/2.95.2/cpp -lang-c++ -nostdinc++ -v -I/data/stdc++/inc -Ipub -Iinc -I/data/home/dtvdev/run500/dtv500/inc -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__EXCEPTIONS -g -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -Di486 -D__i486 -D__i486__ -D__PIC__ -D__pic__ -D_DEBUG -UNDEBUG -UUNICODE -U_UNICODE src/datcnv.cxx datcnv.ii
GNU CPP version 2.95.2 19991024 (release) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /data/stdc++/inc
 pub
 inc
 /usr/local/include
 /usr/lib/gcc-lib/i486-suse-linux/2.95.2/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /usr/include/g++
 /usr/lib/gcc-lib/i486-suse-linux/2.95.2/../../../../i486-suse-linux/include
End of omitted list.
 /usr/lib/gcc-lib/i486-suse-linux/2.95.2/cc1plus datcnv.ii -quiet -dumpbase datcnv.cc -g -version -ftemplate-depth-32 -fPIC -fno-builtin -o datcnv.s
GNU C++ version 2.95.2 19991024 (release) (i486-suse-linux) compiled by GNU C version 2.95.2 19991024 (release).
src/datcnv.cxx: In function `const class STRING & dtvapi_utoa(long unsigned int, STRING &)':
src/datcnv.cxx:305: Internal compiler error.
src/datcnv.cxx:305: Please submit a full bug report.
src/datcnv.cxx:305: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake: *** [obj/i686-suse-linux2.2/datcnv.o] Error 1

the corresponding ii-file is attached.

If you need more information (i.e. our sources and/or headers or something else),
please, feel free to contact me.
I hope that helps to find the bug.

Best regards
Thomas

--
-----------------------------------------------------------------
Thomas Hendel                  PiSA GmbH Berlin
Product Development            Charlottenburger Str. 4
Object-Oriented Technologies   D-14169 Berlin, Germany

E-Mail: hendel@pisa.de         Tel: +49-30-810 700 24
WWW:    http://www.pisa.de/    Fax: +49-30-810 700 99
-----------------------------------------------------------------

datcnv.ii.bz2


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