From: Aldy Hernandez Date: Tue, 17 Jun 2003 00:05:09 +0000 (+0000) Subject: simplify-rtx.c (simplify_subreg): Do not over-extend vector constants. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0a84d874f1b8dd6d93b426b6a66cd028a81406b4;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b59a69a1063..e5d87dd412d 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.