On 27/07/15 11:32, 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:18, Matthew Wahab wrote: >> This patch backports fixes for the __sync builtin tests. >> >> The trunk patch submission is at >> https://gcc.gnu.org/ml/gcc-patches/2015-07/msg00031.html >> The commit is at https://gcc.gnu.org/ml/gcc-cvs/2015-07/msg00025.html >> >> Tested the series for arm-none-linux-gnueabihf with check-gcc >> >> Ok for the branch? >> Matthew >> >> gcc/testsuite >> 2015-07-02 Matthew Wahab <matthew.wa...@arm.com> >> >> Backport from trunk: >> 2015-07-01 Matthew Wahab <matthew.wa...@arm.com> >> >> * gcc.target/arm/armv8-sync-comp-swap.c: Replace >> 'do-require-effective-target' with 'dg-require-effective-target'. >> * gcc.target/arm/armv8-sync-op-full.c: Likewise. >> * gcc.target/arm/armv8-sync-op-release.c: Likewise. >> * gcc.target/arm/armv8-sync-op-acquire.c: Likewise. Also, replace >> 'stlex' with 'strex' as the expected output. >> >
Please mention the PR in the changelog for this and the previous patch. OK with that change. Ramana