diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2012-10-09 22:27:59 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2012-10-09 22:27:59 +0200 |
commit | ca4277584fa6e046279dd3e75fdaa53881d9eaf3 (patch) | |
tree | 72aec93074de4c55d804b6d86af6ffc7294911e0 /gcc | |
parent | be06a8b00ab3d1f410ecd447d8f3a7a6d00e3dad (diff) | |
download | gcc-ca4277584fa6e046279dd3e75fdaa53881d9eaf3.zip gcc-ca4277584fa6e046279dd3e75fdaa53881d9eaf3.tar.gz gcc-ca4277584fa6e046279dd3e75fdaa53881d9eaf3.tar.bz2 |
ChangeLog: Move testsuite entries ...
* ChangeLog: Move testsuite entries ...
* testsuite/ChangeLog: ... here.
From-SVN: r192270
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 13 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 |
2 files changed, 10 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ee1d6b..7eb7a09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -12,15 +12,11 @@ when it is invariant in the entire loop nest. * tree-ssa-loop-prefetch.c (dump_mem_details): New function to dump base, step and delta values of memeory reference analysed for - prefetching. + prefetching. * tree-ssa-loop-prefetch.c (dump_mem_ref): Call dump_mem_details - to print base, step and delta values of memory reference. + to print base, step and delta values of memory reference. * cfgloop.h (loop_outermost): New function that returns outermost loop for a given loop in a loop nest. - * testsuite/gcc.dg/pr53397-1.c: New test case - Checks we are prefecthing for loop invariant steps - * testsuite/gcc.dg/pr53397-2.c: New test case - Checks we are not prefecthing for loop variant steps 2012-10-09 Richard Guenther <rguenther@suse.de> @@ -61,8 +57,7 @@ 2012-10-09 Nick Clifton <nickc@redhat.com> PR rtl-optimization/54739 - * config/mcore/mcore.md: (anddi3, iordi3, xordi3): Delete - patterns. + * config/mcore/mcore.md: (anddi3, iordi3, xordi3): Delete patterns. PR target/54661 * config/mcore/mcore.c (mcore_output_movedouble): Fix typo. @@ -89,7 +84,7 @@ * config/i386/atom.md: Likewise. * config/i386/ppro.md: Likewise. * config/i386/bdver1.md: Likewise. - * config/i386/sse.md (sse3_h<plusminus_insn>v2df3): split into... + * config/i386/sse.md (sse3_h<plusminus_insn>v2df3): Split into... (sse3_haddv2df3): ... expander. (*sse3_haddv2df3): ... define_insn. Accept permuted operands. (sse3_hsubv2df3): ... define_insn. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 245174e..e219d1f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -3,6 +3,12 @@ PR c++/53763 * g++.dg/cpp0x/decltype43.C: New. +2012-10-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com> + + PR middle-end/53397 + * gcc.dg/pr53397-1.c: New test case. + * gcc.dg/pr53397-2.c: New test case. + 2012-10-09 Paolo Carlini <paolo.carlini@oracle.com> PR c++/54194 |