From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42783 invoked by alias); 2 Sep 2015 15:32:51 -0000 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 Received: (qmail 41742 invoked by uid 89); 2 Sep 2015 15:32:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f176.google.com Received: from mail-qk0-f176.google.com (HELO mail-qk0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 02 Sep 2015 15:32:49 +0000 Received: by qkfq186 with SMTP id q186so7006561qkf.1 for ; Wed, 02 Sep 2015 08:32:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=xTqptwCkGpO7oqsHlyQPqhtFw/kOTOBkgnyLGl/zmZ4=; b=B96hdIzPWSPaGKO3yHAnLzau/1QBNp5weHYF1kN5aO8x+8eEblb5iVG+jpG87FDBVD 5f3EzAqKxipeywC2/8anmos9xdDNExpjT9csUEeGWSWID1Gm0mwNKgCaSmHJHWCElaCw SPafU+5zLNGAvj2FFlwqSZrlsxvE7V7vk41CIGu+4rRJlYaDBVCVrmIDJxjULJKKlCu8 tKZ2nLQZ8WFnynPZT4Kit5A7+qeHCWHAfD6ldl0Ibpb1aQwXDe0lt+nvIvqMohWJL+ik HAJUiqcXZiGSveTELwVzuF6xUx79IBqp5pWUfaPp6M21svldOqdjBgE86icQAzCdNOof 2XXQ== X-Gm-Message-State: ALoCoQnrsrqbVlpFRnGHiPIIDiYtpad1r7KKXdoyo1D4l9B2+OSRZjKt/dat2PLtNRiVDU5iD248 MIME-Version: 1.0 X-Received: by 10.55.19.201 with SMTP id 70mr28165081qkt.103.1441207966848; Wed, 02 Sep 2015 08:32:46 -0700 (PDT) Received: by 10.140.96.71 with HTTP; Wed, 2 Sep 2015 08:32:46 -0700 (PDT) In-Reply-To: <55E5FEE7.1000801@redhat.com> References: <55E5FEE7.1000801@redhat.com> Date: Wed, 02 Sep 2015 15:32:00 -0000 Message-ID: Subject: Re: patch for PR61578 From: Christophe Lyon To: Vladimir Makarov Cc: gcc-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00174.txt.bz2 Hi Vladimir, On 1 September 2015 at 21:39, Vladimir Makarov wrote: > The following patch is for > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61578 > > The patch was bootstrapped and tested on x86 and x86-64. > > Committed as rev. 227382. > Since this patch, I can see: gcc.dg/vect/slp-perm-5.c (internal compiler error) gcc.dg/vect/slp-perm-5.c -flto -ffat-lto-objects (internal compiler error) on arm* targets. Can you have a look? Thanks, Christophe. > 2015-09-01 Vladimir Makarov > > PR target/61578 > * lra-lives.c (process_bb_lives): Process move pseudos with the > same value for copies and preferences > * lra-constraints.c (match_reload): Create match reload pseudo > with the same value from single dying input pseudo. >