This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13170] New: V3.4 ICE in build_base_path
- From: "ron_hylton at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2003 04:10:57 -0000
- Subject: [Bug c++/13170] New: V3.4 ICE in build_base_path
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The test case compiles in 3.3.1, ICEs in 3.4 20031123 with
timezone.cpp: In static member function `static void icu_2_6::TimeZone::initDefa
ult()':
timezone.cpp:411: internal compiler error: in build_base_path, at cp/class.c:278
Full command output:
c++ -v -save-temps -D_REENTRANT -I. -I../common -I../common -D_REENTRANT -DHA
VE_CONFIG_H -DU_I18N_IMPLEMENTATION -c -DPIC -o timezone.o timezone.cpp
Reading specs from /gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/specs
Configured with: ../gcc/configure --prefix=/gcc-3.4 --enable-languages=c,c++,f77
--enable-libgcj --enable-threads=posix --with-system-zlib --enable-nls --withou
t-included-gettext --enable-interpreter --enable-version-specific-runtime-libs -
-enable-shared --disable-win32-registry --enable-java-gc=boehm --disable-hash-sy
nchronization --verbose
Thread model: posix
gcc version 3.4 20031123 (experimental)
/gcc-3.4/libexec/gcc/i686-pc-cygwin/3.4/cc1plus.exe -E -quiet -v -I. -I../commo
n -I../common -D__CYGWIN32__ -D__CYGWIN__ -Dunix -D__unix__ -D__unix -idirafter
/usr/lib/../include/w32api -idirafter ../../include/w32api -D_REENTRANT -D_REENT
RANT -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION -DPIC timezone.cpp -mtune=pentiumpr
o -o timezone.ii
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory "/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/../../../../
i686-pc-cygwin/include"
ignoring nonexistent directory "../../include/w32api"
ignoring duplicate directory "../common"
#include "..." search starts here:
#include <...> search starts here:
.
../common
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include/c++
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include/c++/i686-pc-cygwin
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include/c++/backward
/gcc-3.4/include
/gcc-3.4/lib/gcc/i686-pc-cygwin/3.4/include
/usr/include
/usr/lib/../include/w32api
End of search list.
/gcc-3.4/libexec/gcc/i686-pc-cygwin/3.4/cc1plus.exe -fpreprocessed timezone.ii
-quiet -dumpbase timezone.cpp -mtune=pentiumpro -auxbase-strip timezone.o -versi
on -o timezone.s
GNU C++ version 3.4 20031123 (experimental) (i686-pc-cygwin)
compiled by GNU C version 3.4 20031123 (experimental).
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
timezone.cpp: In static member function `static void icu_2_6::TimeZone::initDefa
ult()':
timezone.cpp:411: internal compiler error: in build_base_path, at cp/class.c:278
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: V3.4 ICE in build_base_path
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ron_hylton at hotmail dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-cygwin
GCC host triplet: i686-pc-cygwin
GCC target triplet: i686-pc-cygwin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13170