From 0a84d874f1b8dd6d93b426b6a66cd028a81406b4 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Tue, 17 Jun 2003 00:05:09 +0000 Subject: simplify-rtx.c (simplify_subreg): Do not over-extend vector constants. 2003-06-16 Aldy Hernandez * 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(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b59a69a..e5d87dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2003-06-16 Aldy Hernandez + + * 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 * config/ip2k/ip2k.h: Remove target-independent comments. -- cgit v1.1