From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48970 invoked by alias); 24 Jul 2015 19:10:22 -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 48961 invoked by uid 89); 24 Jul 2015 19:10:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f43.google.com Received: from mail-oi0-f43.google.com (HELO mail-oi0-f43.google.com) (209.85.218.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 24 Jul 2015 19:10:20 +0000 Received: by oihq81 with SMTP id q81so24236672oih.2 for ; Fri, 24 Jul 2015 12:10:18 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.60.2 with SMTP id d2mr17206507oer.0.1437765017978; Fri, 24 Jul 2015 12:10:17 -0700 (PDT) Received: by 10.76.160.68 with HTTP; Fri, 24 Jul 2015 12:10:17 -0700 (PDT) In-Reply-To: References: <20150723203112.GB27818@gate.crashing.org> Date: Fri, 24 Jul 2015 19:12:00 -0000 Message-ID: Subject: Re: [PR64164] drop copyrename, integrate into expand From: "H.J. Lu" To: Alexandre Oliva Cc: Segher Boessenkool , Richard Biener , Jeff Law , GCC Patches , Christophe Lyon , David Edelsohn , Eric Botcazou Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg02108.txt.bz2 On Fri, Jul 24, 2015 at 11:43 AM, Alexandre Oliva wrote: > On Jul 23, 2015, "H.J. Lu" wrote: > >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66983 > > My test logs with the patch have: > > PASS: c-c++-common/dfp/func-vararg-dfp.c execution test > > so I think this one is not caused by the PR64164 patch. I double checked. r226113 failed and r226112 passed. -- H.J.