diff options
author | David Alan Gilbert <david.gilbert@linaro.org> | 2011-10-14 14:39:32 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2011-10-14 14:39:32 +0000 |
commit | e11a4c8086c3e6fadeb25950bffca82be527ed8b (patch) | |
tree | 1eac349fa79439900ee2821fb4b51a27644f2739 /gcc/testsuite/ChangeLog | |
parent | 41aac0de5b574d74a08d92d7dbddb1735fcff694 (diff) | |
download | gcc-e11a4c8086c3e6fadeb25950bffca82be527ed8b.tar.gz |
di-longlong64-sync-1.c: New test.
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.
From-SVN: r179983
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d168fe116d9..2a475abc0e8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +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. + 2011-10-14 Richard Guenther <rguenther@suse.de> PR tree-optimization/50723 |