From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 804 invoked by alias); 16 Jul 2009 03:25:54 -0000 Received: (qmail 795 invoked by uid 22791); 16 Jul 2009 03:25:53 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jul 2009 03:25:45 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id n6G3Pfvo027763 for ; Thu, 16 Jul 2009 04:25:41 +0100 Received: from pzk28 (pzk28.prod.google.com [10.243.19.156]) by wpaz5.hot.corp.google.com with ESMTP id n6G3PcdK016509 for ; Wed, 15 Jul 2009 20:25:38 -0700 Received: by pzk28 with SMTP id 28so3270612pzk.11 for ; Wed, 15 Jul 2009 20:25:38 -0700 (PDT) Received: by 10.115.79.8 with SMTP id g8mr13782007wal.95.1247714738017; Wed, 15 Jul 2009 20:25:38 -0700 (PDT) Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) by mx.google.com with ESMTPS id n40sm15116456wag.65.2009.07.15.20.25.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Jul 2009 20:25:37 -0700 (PDT) To: Jerry Quinn Cc: "gcc\@gcc.gnu.org" Subject: Re: [gcc-in-cxx] zlib? References: <1247708793.4098.365.camel@cerberus.qb5.org> <1247711093.4098.368.camel@cerberus.qb5.org> From: Ian Lance Taylor Date: Thu, 16 Jul 2009 03:25:00 -0000 In-Reply-To: <1247711093.4098.368.camel@cerberus.qb5.org> (Jerry Quinn's message of "Wed\, 15 Jul 2009 22\:24\:53 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00300.txt.bz2 Jerry Quinn writes: > It does mean that we will always have to have c++ and c available to > bootstrap. Was one of the goals to remove the need for a host C > compiler? No, removing the need for a host C compiler was not a goal. > Meanwhile, I'm working on libdecnumber... Actually, that is also based on upstream sources, and should also change as little as possible. Ian