From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27453 invoked by alias); 11 Nov 2014 11:56:06 -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 27403 invoked by uid 89); 11 Nov 2014 11:56:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Nov 2014 11:56:04 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1XoA3E-0004eE-Q5 from Bernd_Schmidt@mentor.com ; Tue, 11 Nov 2014 03:56:01 -0800 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.181.6; Tue, 11 Nov 2014 11:55:59 +0000 Message-ID: <5461F88A.1050208@codesourcery.com> Date: Tue, 11 Nov 2014 11:58:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.0 MIME-Version: 1.0 To: "H.J. Lu" , Jeff Law CC: GCC Patches Subject: Re: [7/7] nvptx testsuite patches: Return addresses References: <5446694A.1010705@codesourcery.com> <54466DB9.8010102@codesourcery.com> <54467CC1.2000404@redhat.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2014-11/txt/msg00960.txt.bz2 On 11/10/2014 09:19 PM, H.J. Lu wrote: > I checked in this patch to revert the accidental checkin. Sorry about that, and thanks for fixing it. Bernd