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++/53270] [4.6 Regression] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |4.7.2
            Summary|[4.6/4.7 Regression] Error  |[4.6 Regression] Error when
                   |when bootstrapping gcc on   |bootstrapping gcc on
                   |hppa2.0-unknown-linux-gcc   |hppa2.0-unknown-linux-gcc

--- Comment #35 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-07-16 22:34:17 UTC ---
Author: redi
Date: Mon Jul 16 22:34:13 2012
New Revision: 189555

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189555
Log:
    PR libstdc++/53270
    * include/ext/concurrence.h: Use NSDMI for gthreads types.
    * include/ext/rope: Likewise. Destroy mutexes in destructors. Add
    system_header pragma.

    Revert:
    2012-06-19  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR libstdc++/53270
    * config/os/gnu-linux/os_defines.h: Disable static initializer macros
    for gthreads types in C++11 mode.

Modified:
    branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_7-branch/libstdc++-v3/config/os/gnu-linux/os_defines.h
    branches/gcc-4_7-branch/libstdc++-v3/include/ext/concurrence.h
    branches/gcc-4_7-branch/libstdc++-v3/include/ext/rope


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