From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31349 invoked by alias); 1 Dec 2001 00:59:08 -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 26205 invoked from network); 1 Dec 2001 00:57:49 -0000 Received: from unknown (HELO mail.wrs.com) (147.11.1.11) by hostedprojects.ges.redhat.com with SMTP; 1 Dec 2001 00:57:49 -0000 Received: from kankakee.wrs.com (kankakee [147.11.37.13]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id QAA26138; Fri, 30 Nov 2001 16:56:13 -0800 (PST) From: mike stump Received: (from mrs@localhost) by kankakee.wrs.com (8.9.3+Sun/8.9.0) id QAA17559; Fri, 30 Nov 2001 16:56:57 -0800 (PST) Date: Sat, 24 Nov 2001 11:14:00 -0000 Message-Id: <200112010056.QAA17559@kankakee.wrs.com> To: jbuck@synopsys.COM, rth@redhat.com Subject: Re: fdump-ast-original and strg: Cc: florian@edamail.fishkill.ibm.com, gcc@gcc.gnu.org, guillaume.thouvenin@polymtl.ca, zack@codesourcery.com X-SW-Source: 2001-11/txt/msg01165.txt.bz2 > Date: Fri, 30 Nov 2001 15:26:12 -0800 > From: Richard Henderson > To: Joe Buck > On Fri, Nov 30, 2001 at 11:01:52AM -0800, Joe Buck wrote: > > if the option of simply calling an existing string-emitting function > > exists. > Unfortunately there is no such function. That stuff is > replicated 99 times in various header files. output_quoted_string in toplev.c, should be half way reasonable. From mboxrd@z Thu Jan 1 00:00:00 1970 From: mike stump To: jbuck@synopsys.COM, rth@redhat.com Cc: florian@edamail.fishkill.ibm.com, gcc@gcc.gnu.org, guillaume.thouvenin@polymtl.ca, zack@codesourcery.com Subject: Re: fdump-ast-original and strg: Date: Fri, 30 Nov 2001 16:59:00 -0000 Message-ID: <200112010056.QAA17559@kankakee.wrs.com> X-SW-Source: 2001-11/msg01666.html Message-ID: <20011130165900.kiTvSEEdKgGE0c0Gvcb7E2vFwZZQB-CQG0_t1xRLIFs@z> > Date: Fri, 30 Nov 2001 15:26:12 -0800 > From: Richard Henderson > To: Joe Buck > On Fri, Nov 30, 2001 at 11:01:52AM -0800, Joe Buck wrote: > > if the option of simply calling an existing string-emitting function > > exists. > Unfortunately there is no such function. That stuff is > replicated 99 times in various header files. output_quoted_string in toplev.c, should be half way reasonable.