From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21191 invoked by alias); 22 Jul 2011 16:37:17 -0000 Received: (qmail 20994 invoked by uid 22791); 22 Jul 2011 16:37:16 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Jul 2011 16:36:58 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6MGavew001138 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 22 Jul 2011 12:36:57 -0400 Received: from anchor.twiddle.net (vpn-227-82.phx2.redhat.com [10.3.227.82]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p6MGauuj011071; Fri, 22 Jul 2011 12:36:56 -0400 Message-ID: <4E29A728.9070403@redhat.com> Date: Fri, 22 Jul 2011 17:24:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc15 Thunderbird/3.1.11 MIME-Version: 1.0 To: Jakub Jelinek CC: gcc-patches@gcc.gnu.org, Jason Merrill , Tom Tromey , Jan Kratochvil , Cary Coutant , Mark Wielaard Subject: Re: [RFC] More compact (100x) -g3 .debug_gnu_macro (take 5) References: <20110713170053.GX2687@tyan-ft48-01.lab.bos.redhat.com> <20110715154223.GM2687@tyan-ft48-01.lab.bos.redhat.com> <4E206952.8000601@redhat.com> <20110715205817.GP2687@tyan-ft48-01.lab.bos.redhat.com> <4E261290.6080004@redhat.com> <20110721112234.GM2687@tyan-ft48-01.lab.bos.redhat.com> <4E285D8F.1000602@redhat.com> <20110722132020.GD2687@tyan-ft48-01.lab.bos.redhat.com> In-Reply-To: <20110722132020.GD2687@tyan-ft48-01.lab.bos.redhat.com> Content-Type: text/plain; charset=UTF-8 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: 2011-07/txt/msg01986.txt.bz2 On 07/22/2011 06:20 AM, Jakub Jelinek wrote: > Ok, based on further discussions here, on Dwarf-discuss and on IRC > here is a hopefully final version. Ok by me. The dwarf edits look good too. r~