From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18506 invoked by alias); 13 Nov 2008 21:52:19 -0000 Received: (qmail 18483 invoked by uid 22791); 13 Nov 2008 21:52:19 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.156) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Nov 2008 21:51:21 +0000 Received: by fg-out-1718.google.com with SMTP id e21so907020fga.28 for ; Thu, 13 Nov 2008 13:51:18 -0800 (PST) Received: by 10.181.231.19 with SMTP id i19mr50917bkr.205.1226613078295; Thu, 13 Nov 2008 13:51:18 -0800 (PST) Received: from localhost.localdomain (ar15-93.dial-up.arnes.si [194.249.3.93]) by mx.google.com with ESMTPS id f31sm5846237fkf.0.2008.11.13.13.51.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 13 Nov 2008 13:51:17 -0800 (PST) Message-ID: <491CA14B.1060901@gmail.com> Date: Thu, 13 Nov 2008 22:43:00 -0000 From: Uros Bizjak User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: "Kaveh R. GHAZI" CC: Richard Guenther , Ralph Loader , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix for PR 37809 and 37807 References: <20081022181234.2acf7548@i.geek.nz> <84fc9c000810220316t20257102t9ce3b53e95d3400b@mail.gmail.com> <20081105205605.20d170c4@i.geek.nz> <84fc9c000811050120u27692d32ra32c27d1eefc2cdf@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2008-11/txt/msg00605.txt.bz2 Kaveh R. GHAZI wrote: >>> I checked this and gen_lowpart instead of gen_lowpart_or_truncate >>> appears fine. >>> >>> Attached is patch modified to use gen_lowpart, and with the test case >>> cleaned up & changeloged. >>> >> The patch is ok this way. >> >> Thanks, >> Richard. >> >> >>>>> 2008-10-19 Ralph Loader >>>>> >>>>> PR middle-end/37807, middle-end/37809 >>>>> * combine.c (force_to_mode): Do not process vector types. >>>>> >>>>> * rtlanal.c (nonzero_bits1): Do not process vector types. >>>>> (num_sign_bit_copies1): Likewise. >>>>> > > The testcase mmx-8.c crashes on the 4.3/4.2 branches, e.g. > http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg01056.html > > Was the patch tested on the branches prior to installation? > Yes, but on i686-pc-linux-gnu only. You are testing on x86_64. Uros.