This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pthread related breakage (mainline)
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Giovanni Bajo <giovannibajo at libero dot it>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 08 Dec 2003 19:24:33 +0100
- Subject: Re: pthread related breakage (mainline)
- References: <03bb01c3bdb7$d1b87f20$d7bb2997@bagio>
Giovanni Bajo wrote:
and bootstrap is still broken. I'll try reverting also the third Paolo
suggested now.
Hi Giovanni. Consider, however, that I'm not a configury expert and
didn't actually analyze the content of those patches. Perhaps, it's
something more recent, perhaps it's a complex interaction between old
and recent commits. I can only tell one thing for sure: nothing threads
related changed in the libstdc++-v3 directory and if I revert the
compiler to three days ago:
cvs -z9 update -D "3 days ago"
and then the library:
cvs -z9 update -A
everything is OK, just done on x86_64.
Paolo.