On Mon, Jun 22, 2015 at 10:52 AM, Matthew Wahab <matthew.wa...@arm.com> wrote: > This is the ARM version of the patches to strengthen memory barriers for the > __sync builtins on ARMv8 targets > (https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01989.html). > > This patch adds tests for the code generated by the ARM backend for the > __sync > builtins. > > Tested the series for arm-none-linux-gnueabihf with check-gcc. > > Ok for trunk? > Matthew > > gcc/testsuite > 2015-06-22 Matthew Wahab <matthew.wa...@arm.com> > > PR Target/65697
And as earlier ... s/Target/target :) > * gcc.target/arm/armv8-sync-comp-swap.c: New. > * gcc.target/arm/armv8-sync-op-acquire.c: New. > * gcc.target/arm/armv8-sync-op-full.c: New. > * gcc.target/arm/armv8-sync-op-release.c: New. > OK. Ramana