From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16781 invoked by alias); 3 Jun 2014 23:47:28 -0000 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 Received: (qmail 16764 invoked by uid 89); 3 Jun 2014 23:47:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 03 Jun 2014 23:47:25 +0000 Received: from [111.10.10.38] (unknown [36.76.97.228]) by ainaz.pair.com (Postfix) with ESMTPSA id CBFF93F412; Tue, 3 Jun 2014 19:47:18 -0400 (EDT) Date: Tue, 03 Jun 2014 23:47:00 -0000 From: Gerald Pfeifer To: Rainer Orth cc: "Joseph S. Myers" , gcc-patches@gcc.gnu.org, Paolo Bonzini , Mike Stump , DJ Delorie , Nathanael Nerode , Alexandre Oliva Subject: Re: [build, driver] RFC: Support compressed debug sections In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00290.txt.bz2 On Tue, 3 Jun 2014, Rainer Orth wrote: > It's been another week, and I still need approval for the build, doc, > and Darwin changes: > > https://gcc.gnu.org/ml/gcc-patches/2014-05/msg01860.html On the doc side, things are fine. Just a suggestion or two: +Produce compressed debug sections in DWARF format, if that is supported. Supported by what? "doesn't" -> "does not", especially given the emphasis we want to make here. And could the "If the linker doesn't support writing compressed debug sections, the option is rejected. Otherwise, if the assembler doesn't support them, @option{-gz} is silently ignored when producing object files." be moved to the very end, or is this only applicable to the case where no type has been specified? Gerald