From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69295 invoked by alias); 23 Jul 2015 23:14:48 -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 69286 invoked by uid 89); 23 Jul 2015 23:14:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f180.google.com Received: from mail-ig0-f180.google.com (HELO mail-ig0-f180.google.com) (209.85.213.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 23 Jul 2015 23:14:46 +0000 Received: by iggf3 with SMTP id f3so3260468igg.1 for ; Thu, 23 Jul 2015 16:14:44 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.50.25.167 with SMTP id d7mr1019318igg.59.1437693284255; Thu, 23 Jul 2015 16:14:44 -0700 (PDT) Received: by 10.36.108.21 with HTTP; Thu, 23 Jul 2015 16:14:44 -0700 (PDT) In-Reply-To: References: <20150723203112.GB27818@gate.crashing.org> Date: Fri, 24 Jul 2015 01:31:00 -0000 Message-ID: Subject: Re: [PR64164] drop copyrename, integrate into expand From: David Edelsohn To: Alexandre Oliva , Jeff Law Cc: Segher Boessenkool , Richard Biener , GCC Patches , Christophe Lyon , Eric Botcazou , "H.J. Lu" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-07/txt/msg01993.txt.bz2 On Thu, Jul 23, 2015 at 5:59 PM, H.J. Lu wrote: > On Thu, Jul 23, 2015 at 1:57 PM, H.J. Lu wrote: >> On Thu, Jul 23, 2015 at 1:31 PM, Segher Boessenkool >> wrote: >>> On Thu, Jul 23, 2015 at 12:29:14PM -0300, Alexandre Oliva wrote: >>>> Yeah. Thanks, I've tested it with this change, and I'm now checking >>>> this in (full patch first; adjusted incremental patch at the end): >>> >>> Unfortunately it causes about a thousand test fails on powerpc64-linux >>> (at least, it seems to be this patch, I haven't actually checked). >>> >> >> It also caused: >> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66978 >> > > and maybe: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66983 I request that this patch be reverted (again). Thanks, David