http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085
Sylvia <fierevere at ya dot ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fierevere at ya dot ru --- Comment #10 from Sylvia <fierevere at ya dot ru> 2010-10-13 14:30:19 UTC --- (In reply to comment #7) > Can you please check whether the problem persists for you on the > current branch? Thanks. still the same, revision 165423 from /branches/gcc-4_5-branch libtool: compile: /var/tmp/gccbuild/./gcc/xgcc -shared-libgcc -B/var/tmp/gccbuild/./gcc -nostdinc++ -L/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/src -L/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/src/.libs -B/usr/local/gcc-4.5/i586-sylvia-linux/bin/ -B/usr/local/gcc-4.5/i586-sylvia-linux/lib/ -isystem /usr/local/gcc-4.5/i586-sylvia-linux/include -isystem /usr/local/gcc-4.5/i586-sylvia-linux/sys-include -I/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/i586-sylvia-linux -I/var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include -I/var/tmp/gcc-4.5.2pre_101013_r165423/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -O2 -pipe -fomit-frame-pointer -march=pentium4 -mtune=core2 -msse2 -mstackrealign -fexcess-precision=fast -D_GNU_SOURCE -c ../../../../gcc-4.5.2pre_101013_r165423/libstdc++-v3/src/pool_allocator.cc -fPIC -DPIC -o .libs/pool_allocator.o In file included from ../../../../gcc-4.5.2pre_101013_r165423/libstdc++-v3/src/pool_allocator.cc:31:0: /var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/ext/pool_allocator.h: In constructor '__gnu_cxx::__pool_alloc<_Tp>::__pool_alloc() [with _Tp = char]': ../../../../gcc-4.5.2pre_101013_r165423/libstdc++-v3/src/pool_allocator.cc:171:18: instantiated from here /var/tmp/gccbuild/i586-sylvia-linux/libstdc++-v3/include/ext/pool_allocator.h:140:30: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[4]: *** [pool_allocator.lo] Error 1 environment: export CC=cc45 export CXX=c++45 AFLAGS="-O2 -pipe -fomit-frame-pointer -march=pentium4 -mtune=core2 -msse2 -mstackrealign -fexcess-precision=fast" export CXXFLAGS_FOR_BUILD=${AFLAGS} export CFLAGS_FOR_BUILD=${AFLAGS} export BOOT_CFLAGS=${AFLAGS} export LIBCFLAGS=${AFLAGS} export LIBCXXFLAGS=${AFLAGS} export CXXFLAGS_FOR_TARGET=${AFLAGS} export CFLAGS_FOR_TARGET=${AFLAGS} export CFLAGS=${AFLAGS} export CXXFLAGS=${CFLAGS} export JCFLAGS="-O2" export FCFLAGS="-O2" ../${SRCDIR}/configure \ --prefix=/usr/local/gcc-4.5 \ --host=i586-sylvia-linux --build=i586-sylvia-linux --with-pkgversion=/argenta/ \ --disable-nls --with-cpu=core2 --with-arch=pentium4 \ --enable-languages=c,c++ --disable-stage1-checking --enable-checking=release \ --enable-threads --enable-tls \ --with-host-libstdcxx="/usr/local/gcc-4.5/lib/libstdc++.a /usr/lib/libm.a" \ --enable-lto --with-fpmath=sse