From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27097 invoked by alias); 16 Apr 2008 07:01:11 -0000 Received: (qmail 27077 invoked by uid 22791); 16 Apr 2008 07:01:09 -0000 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.31) with ESMTP; Wed, 16 Apr 2008 07:00:50 +0000 Received: from zps77.corp.google.com (zps77.corp.google.com [172.25.146.77]) by smtp-out.google.com with ESMTP id m3G70gPW017780 for ; Wed, 16 Apr 2008 08:00:43 +0100 Received: from an-out-0708.google.com (ancc5.prod.google.com [10.100.29.5]) by zps77.corp.google.com with ESMTP id m3G70fHV025884 for ; Wed, 16 Apr 2008 00:00:41 -0700 Received: by an-out-0708.google.com with SMTP id c5so811470anc.12 for ; Wed, 16 Apr 2008 00:00:36 -0700 (PDT) Received: by 10.100.38.3 with SMTP id l3mr10095583anl.134.1208329236445; Wed, 16 Apr 2008 00:00:36 -0700 (PDT) Received: from frodo.local ( [72.14.224.1]) by mx.google.com with ESMTPS id 8sm17848333wra.40.2008.04.16.00.00.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 16 Apr 2008 00:00:35 -0700 (PDT) Message-ID: <4805A411.3050902@google.com> Date: Wed, 16 Apr 2008 07:36:00 -0000 From: Diego Novillo User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Ollie Wild CC: GCC Patches , Bill Maddox Subject: Re: [lto] add DW_LANG_C_plus_plus to the list of supported languages References: <65dd6fd50804151422r68aa190if56e11436f7a8d97@mail.gmail.com> In-Reply-To: <65dd6fd50804151422r68aa190if56e11436f7a8d97@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2008-04/txt/msg01270.txt.bz2 On 4/15/08 2:22 PM, Ollie Wild wrote: > 2008-04-15 Ollie Wild > > * lto.c (lto_read_compile_unit_DIE): Add DW_LANG_C_plus_plus to the > list of supported languages. > OK. Diego.