From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14539 invoked by alias); 10 Oct 2002 17:37:43 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14524 invoked from network); 10 Oct 2002 17:37:43 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by sources.redhat.com with SMTP; 10 Oct 2002 17:37:43 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id g9AHbgi23206 for ; Thu, 10 Oct 2002 10:37:42 -0700 (PDT) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Thu, 10 Oct 2002 10:37:42 -0700 Received: from apple.com (mrs.apple.com [17.201.24.155]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g9AHbfV26944; Thu, 10 Oct 2002 10:37:41 -0700 (PDT) Date: Thu, 10 Oct 2002 12:49:00 -0000 Subject: Re: header compilation Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v546) Cc: gcc@gcc.gnu.org To: Lorenzo Delana From: Mike Stump In-Reply-To: <200210101907.52566.ldelana@libero.it> Message-Id: Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00552.txt.bz2 On Thursday, October 10, 2002, at 12:07 PM, Lorenzo Delana wrote: > Doesn't exists any planned feature for the GCC for the header > compilation ? From http://gcc.gnu.org/cvs.html: pch-branch. This branch contains work-in-progress towards a precompiled header implementation, including lots of garbage collector changes. As yet, the branch contains no actual precompiled header work; a public announcement will be made on the GCC mailing list when it is ready for testing. Yes, the feature is planned and being implemented.