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]
Other format: [Raw text]

[Bug bootstrap/37308] bootstrap hangs in libstdc++



------- Comment #5 from cnstar9988 at gmail dot com  2008-09-01 10:34 -------
gcc 4.2.4 doesn't support tls on AIX 5.1.
Does gcc 4.3.2 support tls on AIX 5.1? Maybe stage3 gcc can compile "__thread",
but can't run well?
why I configure with --disable-tls, gcc 4.3.2 always use and check tls?

IBM XLC 9.0 says "Only supported on AIX for POWER version 5.3 with the 5300-05
Technology Level and higher."

Thanks.

I will "remove" TLS check code in libstdc++-v3/configure and test again.
======================================================================
  # For TLS support.  

enable_tls=no
gcc_cv_have_tls=no

  # For _Unwind_GetIPInfo.


-- 

cnstar9988 at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet|powerpc-ibm-aix5.1.0.0      |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308


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