This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc
- From: "danglin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 08 May 2012 15:20:06 +0000
- Subject: [Bug libstdc++/53270] Error when bootstrapping gcc on hppa2.0-unknown-linux-gcc
- Auto-submitted: auto-generated
- References: <bug-53270-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53270
John David Anglin <danglin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |UNCONFIRMED
Ever Confirmed|1 |0
--- Comment #8 from John David Anglin <danglin at gcc dot gnu.org> 2012-05-08 15:20:06 UTC ---
It appears to me that gcc61 is using the old linuxthreads
implementation of pthreads. It may be necessary to use
__GTHREAD_MUTEX_INIT_FUNCTION instead of __GTHREAD_MUTEX_INIT,
etc, in ext/concurrence.h.
This needs to be looked at by a c++ maintainer.