Re: [PATCH 3/4][ARM][PR target/65697][5.1] Add tests for __sync_builtins.

2015-07-31 Thread Ramana Radhakrishnan
On 27/07/15 11:31, Matthew Wahab wrote: > Ping. Updated patch attached. > > Also, retested for arm-none-linux-gnueabihf with native bootstrap and make > check and for arm-none-eabi with cross compiled make check. > > On 02/07/15 14:17, Matthew Wahab wrote: >> This patch backports the tests adde

Re: [PATCH 3/4][ARM][PR target/65697][5.1] Add tests for __sync_builtins.

2015-07-27 Thread Matthew Wahab
Ping. Updated patch attached. Also, retested for arm-none-linux-gnueabihf with native bootstrap and make check and for arm-none-eabi with cross compiled make check. On 02/07/15 14:17, Matthew Wahab wrote: This patch backports the tests added for code generated by the ARM back-end for the __sync

[PATCH 3/4][ARM][PR target/65697][5.1] Add tests for __sync_builtins.

2015-07-02 Thread Matthew Wahab
This patch backports the tests added for code generated by the ARM back-end for the __sync builtins. The trunk patch submission is at https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01412.html The commit is at https://gcc.gnu.org/ml/gcc-cvs/2015-06/msg01237.html Tested the series for arm-none-linu