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-Tag: releases/gcc-3.4.0~5754 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a84d874f1b8dd6d93b426b6a66cd028a81406b4;p=thirdparty%2Fgcc.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 b59a69a10634..e5d87dd412d2 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.