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 libstdc++/51296] Several 30_threads tests FAIL on Tru64 UNIX


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

--- Comment #39 from Rainer Orth <ro at gcc dot gnu.org> 2012-02-10 18:10:19 UTC ---
Author: ro
Date: Fri Feb 10 18:10:12 2012
New Revision: 184108

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184108
Log:
Use __GTHREAD_MUTEX_INIT_FUNCTION on Tru64 UNIX (PR libstdc++/51296)

    PR libstdc++/51296
    * config/os/osf/ctype_base.h,
    config/os/osf/ctype_configure_char.cc,
    config/os/osf/ctype_inline.h, config/os/osf/error_constants.h:
    Copy from config/os/generic.
    * config/os/osf/os_defines.h: Likewise.
    (_GTHREAD_USE_MUTEX_INIT_FUNC, _GTHREAD_USE_COND_INIT_FUNC):
    Define.
    * configure.host <osf*>: Use os/osf for os_include_dir.

Added:
    trunk/libstdc++-v3/config/os/osf/
    trunk/libstdc++-v3/config/os/osf/ctype_base.h
      - copied, changed from r184107,
trunk/libstdc++-v3/config/os/generic/ctype_base.h
    trunk/libstdc++-v3/config/os/osf/ctype_configure_char.cc
      - copied, changed from r184107,
trunk/libstdc++-v3/config/os/generic/ctype_configure_char.cc
    trunk/libstdc++-v3/config/os/osf/ctype_inline.h
      - copied, changed from r184107,
trunk/libstdc++-v3/config/os/generic/ctype_inline.h
    trunk/libstdc++-v3/config/os/osf/error_constants.h
      - copied, changed from r184107,
trunk/libstdc++-v3/config/os/generic/error_constants.h
    trunk/libstdc++-v3/config/os/osf/os_defines.h
      - copied, changed from r184107,
trunk/libstdc++-v3/config/os/generic/os_defines.h
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/configure.host


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