https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703
Denis Excoffier <g...@denis-excoffier.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g...@denis-excoffier.org --- Comment #4 from Denis Excoffier <g...@denis-excoffier.org> --- Me too. Invocation command line is: % /tmp/lcl/tmp/gcc/gcc-4.9.2/configure --prefix=/tmp/lcl/uxl/gcc-4.9.2 --disable-multilib --with-local-prefix=/usr/local/nonexistent --enable-languages=c,c++ And compiler is: % gcc --version powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Near the beginning of config.log, something that could be important: ----------- /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Kernel configured for a single processor only. 1 processor is physically available. 1 processor is logically available. Processor type: ppc7450 (PowerPC 7450) Processor active: 0 Primary memory available: 1.00 gigabytes Default processor set: 53 tasks, 178 threads, 1 processors ---------- I commented out the gcc_assert at line 178. It then continues a little, until in powerpc-apple-darwin9.8.0/libstdc++-v3 (still stage 1), with an another ICE (Bus error) in guard.cc:114:28. I also confirm that 4.9.1 compiles (and runs) ok.