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 boehm-gc/34544] pthread_default_stacksize_np failed.



------- Comment #3 from danglin at gcc dot gnu dot org  2010-08-08 15:04 -------
Subject: Bug 34544

Author: danglin
Date: Sun Aug  8 15:04:38 2010
New Revision: 163003

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163003
Log:
        PR boehm-gc/34544
        * gthr-posix.h (__gthread_start): Delete.
        (__gthread_active_init): Use pthread_default_stacksize_np instead of
        pthread_create to determine if hpux pthreads are active.
        * gthr-posix95.h (__gthread_start): Delete.
        (__gthread_active_init): Likewise use pthread_default_stacksize_np.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gthr-posix.h
    trunk/gcc/gthr-posix95.h


-- 


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


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