From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119396 invoked by alias); 9 Jun 2015 16:19:05 -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 119370 invoked by uid 89); 9 Jun 2015 16:19:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f172.google.com Received: from mail-ig0-f172.google.com (HELO mail-ig0-f172.google.com) (209.85.213.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 09 Jun 2015 16:19:03 +0000 Received: by igblz2 with SMTP id lz2so15380623igb.1 for ; Tue, 09 Jun 2015 09:19:01 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.42.135.131 with SMTP id p3mr30264013ict.81.1433866741857; Tue, 09 Jun 2015 09:19:01 -0700 (PDT) Received: by 10.36.108.21 with HTTP; Tue, 9 Jun 2015 09:19:01 -0700 (PDT) Date: Tue, 09 Jun 2015 16:19:00 -0000 Message-ID: Subject: Re: [PR64164] drop copyrename, integrate into expand From: David Edelsohn To: Alexandre Oliva Cc: Christophe Lyon , GCC Patches , "William J. Schmidt" , Michael Meissner Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-06/txt/msg00690.txt.bz2 This also broke bootstrap on PPC64 LE Linux with the same error. - David