From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25745 invoked by alias); 5 May 2009 14:30:15 -0000 Received: (qmail 25470 invoked by uid 22791); 5 May 2009 14:30:11 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_HEAD_8BIT_SPAM,SARE_SUB_ENC_UTF8,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 May 2009 14:30:05 +0000 Received: from spaceape9.eur.corp.google.com (spaceape9.eur.corp.google.com [172.28.16.143]) by smtp-out.google.com with ESMTP id n45ET3IM003564; Tue, 5 May 2009 07:29:04 -0700 Received: from smtp.corp.google.com (spacemonkey1.corp.google.com [192.168.120.115]) by spaceape9.eur.corp.google.com with ESMTP id n45ET0pl032225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 5 May 2009 07:29:02 -0700 Received: from localhost.localdomain.google.com (67-218-104-233.cust.layer42.net [67.218.104.233] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id n45EStQu013614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 5 May 2009 07:28:58 -0700 To: Cc: Subject: Re: -combine option for C++ =?utf-8?Q?sources=E2=80=8F?= References: From: Ian Lance Taylor Date: Tue, 05 May 2009 14:30:00 -0000 In-Reply-To: (Pramod Joisha's message of "Tue\, 5 May 2009 01\:11\:33 -0500") 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-05/txt/msg00087.txt.bz2 Pramod Joisha writes: > Presently, the -combine option works only for C sources. I was > wondering whether there are technical reasons for not supporting it > for C++ sources. If not, are there plans for providing this support in > the near future? As a historical note, Geoff Keating, who implemented -combine for C, was working on -combine for C++ when his employer, Apple, decided to halt contributions to gcc. I don't know how far he got or whether he would be able to share his patches. Ian