From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30583 invoked by alias); 1 Aug 2003 16:30:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30545 invoked from network); 1 Aug 2003 16:29:59 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 1 Aug 2003 16:29:59 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 784A12B7F; Fri, 1 Aug 2003 12:29:58 -0400 (EDT) Message-ID: <3F2A9586.3000704@redhat.com> Date: Fri, 01 Aug 2003 16:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb Subject: Re: -Wformat References: <3F2A903E.9000908@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00007.txt.bz2 > > Yup. And further down in the log, you'll run into stuff like > > fprintf_filtered (stream, local_octal_format_prefix ()); > > which could easily be fixed by using fputs_filtered. Outch, that's just bad. >> While getting the option working with a current GCC could mean more >> work, I'm not convinced that it's a bad idea. > > > You're right: I was too pessimistic. I just want the > -Wformat-nonliteral patch reverted in the meantime. :-) (Actually, if > you want to fix the warnings in question quickly, that's fine with me > too: I can easily revert it on my local tree.) But it `works for me'. Can you fix the obvious ones and leave me with the messier problems, say? Andrew