aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRamana Radhakrishnan <ramana.radhakrishnan@linaro.org>2011-06-13 09:09:14 +0000
committerRamana Radhakrishnan <ramana@gcc.gnu.org>2011-06-13 09:09:14 +0000
commit30cecf17a92a1e52374fa04e25c8b921372f676c (patch)
tree0f87dbc12158f48996b08cd48f80b3c802e00f7c /gcc/ChangeLog
parent4f21f0daa3b108e1e38be13234e4f6119aa1c33b (diff)
downloadgcc-30cecf17a92a1e52374fa04e25c8b921372f676c.zip
gcc-30cecf17a92a1e52374fa04e25c8b921372f676c.tar.gz
gcc-30cecf17a92a1e52374fa04e25c8b921372f676c.tar.bz2
re PR target/48454 (gfortran.dg/char_result_13.f90 fails with -O3 -funroll-loops -mvectorize-with-neon-quad)
PR target/48454 Fix vmovn lengths. 2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> PR target/48454 * config/arm/neon.md (vec_pack_trunc<mode>): Set the lengths correctly for the case with Quad vectors. From-SVN: r174984
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f93f020..87bb65f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-13 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
+
+ PR target/48454
+ * config/arm/neon.md (vec_pack_trunc): Set the lengths
+ correctly for the case with Quad vectors.
+
2011-06-13 Jakub Jelinek <jakub@redhat.com>
Ira Rosen <ira.rosen@linaro.org>