gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Oct 2011 14:39:32 +0000 (14:39 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Oct 2011 14:39:32 +0000 (14:39 +0000)
commite46924ca3e93aa6ecfff11a86f3cb546ffe018bf
tree1eac349fa79439900ee2821fb4b51a27644f2739
parent25798cc78a786e8ac9fde0d612abfdc5f7966602
gcc/testsuite/
2011-10-14  David Alan Gilbert  <david.gilbert@linaro.org>

* gcc.dg/di-longlong64-sync-1.c: New test.
* gcc.dg/di-sync-multithread.c: New test.
* gcc.target/arm/di-longlong64-sync-withhelpers.c: New test.
* gcc.target/arm/di-longlong64-sync-withldrexd.c: New test.
* lib/target-supports.exp: (arm_arch_*_ok): Series of effective-target
tests for v5, v6, v6k, and v7-a, and add-options helpers.
(check_effective_target_arm_arm_ok): New helper.
(check_effective_target_sync_longlong): New helper.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179983 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/di-longlong64-sync-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/di-sync-multithread.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/di-longlong64-sync-withhelpers.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/di-longlong64-sync-withldrexd.c [new file with mode: 0644]
gcc/testsuite/lib/target-supports.exp