------- Comment #3 from cnstar9988 at gmail dot com 2008-09-01 10:23 ------- $ oslevel -r 5100-09 with all latest AIX 5.1 patch.
================================= I can compile gcc 4.2.4, works ok, and used for bootstrap gcc. gcc 4.2.4 can't support TLS "__thread", "test.c:1: error: thread-local storage not supported for this target" ================================= when build gcc 4.3.2, both --disable-tls or not failed, *hangs* at same code. stop at ./conftest for a long time. Target: powerpc-ibm-aix5.1.0.0 Configured with: ../src/configure --prefix=/opt/gcc-4.3.2 --with-gmp=/opt/gcc-4.3.2 --with-mpfr=/opt/gcc-4.3.2 --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --disable-tls --disable-shared --disable-libgomp --enable-languages=c,c++ --enable-threads --enable-version-specific-runtime-libs --build=powerpc-ibm-aix5.1.0.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308