From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74129 invoked by alias); 19 Jun 2015 06:31:02 -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 73992 invoked by uid 89); 19 Jun 2015 06:31:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 19 Jun 2015 06:31:00 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id C2D3637FF6C; Fri, 19 Jun 2015 06:30:58 +0000 (UTC) Received: from greed.delorie.com (ovpn-113-25.phx2.redhat.com [10.3.113.25]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5J6UvC6023630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 19 Jun 2015 02:30:58 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id t5J6UuJE004653; Fri, 19 Jun 2015 02:30:56 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id t5J6UuA1004651; Fri, 19 Jun 2015 02:30:56 -0400 Date: Fri, 19 Jun 2015 07:47:00 -0000 Message-Id: <201506190630.t5J6UuA1004651@greed.delorie.com> From: DJ Delorie To: Yaakov Selkowitz CC: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org In-reply-to: <1434667712.9588.9.camel@redhat.com> (message from Yaakov Selkowitz on Thu, 18 Jun 2015 17:48:32 -0500) Subject: Re: [PATCH] toplevel: fixes for in-tree libiconv References: <1432934043.7892.30.camel@redhat.com> <201506160408.t5G48wwJ024192@greed.delorie.com> <1434667712.9588.9.camel@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg01315.txt.bz2 > Thanks. I don't have write access, could a toplevel maintainer please > commit? Which repos do you not have access to? Also, did you address Jeff's comment? > How was this patch tested? I don't see anything glaringly wrong, but > stranger things have happened. > > I think just a bootstrap check is fine here (rather than a bootstrap + > regression test). If you could bootstrap with and without an in-tree > libiconv it'd be appreciated. > > Jeff