Re: [PATCH] libatomic, v2

2012-06-08 Thread Andreas Schwab
Richard Henderson r...@redhat.com writes: diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 1a25324..b93dc5c 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -3795,6 +3795,8 @@ proc

Re: [PATCH] libatomic, v2

2012-05-03 Thread Jason Merrill
On 05/02/2012 09:14 AM, Richard Henderson wrote: On 05/02/2012 05:48 AM, Andreas Krebbel wrote: configure.ac:26: error: Please use exactly Autoconf 2.64 instead of 2.65. ../config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from... configure.ac:26: the top level autom4te: m4 failed

Re: [PATCH] libatomic, v2

2012-05-02 Thread Gerald Pfeifer
Hi Richard, On Tue, 1 May 2012, Richard Henderson wrote: Now committed. mind writing up something for the release notes? If you provide me text, I can take care of marking it up and committing it. Gerald

Re: [PATCH] libatomic, v2

2012-05-02 Thread Andreas Krebbel
On 05/01/2012 05:53 PM, Richard Henderson wrote: On 04/27/2012 12:26 PM, Richard Henderson wrote: I think the library is ready for merge back to mainline, but I will wait until at least Monday for feedback and proximity to my desk to deal with potential fallout. Now committed. With that

Re: [PATCH] libatomic, v2

2012-05-02 Thread Richard Henderson
On 05/02/2012 05:48 AM, Andreas Krebbel wrote: configure.ac:26: error: Please use exactly Autoconf 2.64 instead of 2.65. ../config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from... configure.ac:26: the top level autom4te: m4 failed with exit status: 1 aclocal-1.11: autom4te failed

Re: [PATCH] libatomic, v2

2012-05-02 Thread Andreas Krebbel
On 05/02/2012 03:14 PM, Richard Henderson wrote: On 05/02/2012 05:48 AM, Andreas Krebbel wrote: configure.ac:26: error: Please use exactly Autoconf 2.64 instead of 2.65. ../config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from... configure.ac:26: the top level autom4te: m4

Re: [PATCH] libatomic, v2

2012-05-01 Thread Richard Henderson
On 04/27/2012 12:26 PM, Richard Henderson wrote: I think the library is ready for merge back to mainline, but I will wait until at least Monday for feedback and proximity to my desk to deal with potential fallout. Now committed. r~

[PATCH] libatomic, v2

2012-04-27 Thread Richard Henderson
This tree is also available from git://repo.or.cz/gcc/rth.git rth/libatomic Changes since v1: * I believe I've addressed all of Torvald's feedback especially re barrier problems. I have not changed the lock hash function, as there were no concrete suggestions, and certainly that