From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25023 invoked by alias); 27 Sep 2011 08:31:09 -0000 Received: (qmail 25008 invoked by uid 22791); 27 Sep 2011 08:31:05 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wy0-f175.google.com (HELO mail-wy0-f175.google.com) (74.125.82.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Sep 2011 08:30:52 +0000 Received: by wyh5 with SMTP id 5so7466986wyh.20 for ; Tue, 27 Sep 2011 01:30:51 -0700 (PDT) Received: by 10.227.11.81 with SMTP id s17mr8649011wbs.62.1317112250981; Tue, 27 Sep 2011 01:30:50 -0700 (PDT) Received: from richards-thinkpad.stglab.manchester.uk.ibm.com (rsandifo.gotadsl.co.uk. [82.133.89.107]) by mx.google.com with ESMTPS id p2sm34860296wbo.17.2011.09.27.01.30.49 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Sep 2011 01:30:50 -0700 (PDT) From: Richard Sandiford To: Dinar Temirbulatov Mail-Followup-To: Dinar Temirbulatov ,gcc-patches@gcc.gnu.org, rdsandiford@googlemail.com Cc: gcc-patches@gcc.gnu.org Subject: Re: MIPS Fix PR18141 References: Date: Tue, 27 Sep 2011 09:48:00 -0000 In-Reply-To: (Dinar Temirbulatov's message of "Tue, 27 Sep 2011 10:52:15 +0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2011-09/txt/msg01700.txt.bz2 Dinar Temirbulatov writes: > I prepared the new version of patch, re-tested new version on again on > mipsel-unknown-linux-gnu with no new regressions. Thanks, looks good. I'll apply once the copyright assignment comes through. Richard