This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 3/3][Aarch64][PR target/65697] Add tests for __sync_builtins.
- From: James Greenhalgh <james dot greenhalgh at arm dot com>
- To: Matthew Wahab <matthew dot wahab at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 26 May 2015 10:49:02 +0100
- Subject: Re: [PATCH 3/3][Aarch64][PR target/65697] Add tests for __sync_builtins.
- Authentication-results: sourceware.org; auth=none
- References: <555E004C dot 3060704 at arm dot com> <555E0102 dot 2010408 at arm dot com> <555EE91A dot 9090805 at arm dot com>
On Fri, May 22, 2015 at 09:30:18AM +0100, Matthew Wahab wrote:
> [Added PR number and updated patches]
>
> This patch adds tests for the code generated by the Aarch64 backend for the
> __sync builtins.
>
> Tested aarch64-none-linux-gnu with check-gcc.
>
> Ok for trunk?
> Matthew
This is OK once the rest of the set has been committed.
Thanks,
James
>
> gcc/testsuite/
> 2015-05-21 Matthew Wahab <matthew.wahab@arm.com>
>
> PR target/65697
> * gcc.target/aarch64/sync-comp-swap.c: New.
> * gcc.target/aarch64/sync-comp-swap.x: New.
> * gcc.target/aarch64/sync-op-acquire.c: New.
> * gcc.target/aarch64/sync-op-acquire.x: New.
> * gcc.target/aarch64/sync-op-full.c: New.
> * gcc.target/aarch64/sync-op-full.x: New.
> * gcc.target/aarch64/sync-op-release.c: New.
> * gcc.target/aarch64/sync-op-release.x: New.
>