From 0a84d874f1b8dd6d93b426b6a66cd028a81406b4 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez <aldyh@gcc.gnu.org> Date: Tue, 17 Jun 2003 00:05:09 +0000 Subject: [PATCH] simplify-rtx.c (simplify_subreg): Do not over-extend vector constants. 2003-06-16 Aldy Hernandez <aldyh@redhat.com> * simplify-rtx.c (simplify_subreg): Do not over-extend vector constants. * testsuite/gcc.c-torture/execute/simd-4.c: New. [[Split portion of a mixed commit.]] From-SVN: r68049.2 --- gcc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b59a69a10634..e5d87dd412d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-06-16 Aldy Hernandez <aldyh@redhat.com> + + * simplify-rtx.c (simplify_subreg): Do not over-extend vector + constants. + + * testsuite/gcc.c-torture/execute/simd-4.c: New. + 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org> * config/ip2k/ip2k.h: Remove target-independent comments. -- GitLab