From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14077 invoked by alias); 17 Dec 2008 15:48:12 -0000 Received: (qmail 14065 invoked by uid 22791); 17 Dec 2008 15:48:11 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Dec 2008 15:47:31 +0000 Received: from zps36.corp.google.com (zps36.corp.google.com [172.25.146.36]) by smtp-out.google.com with ESMTP id mBHFlG3b025813; Wed, 17 Dec 2008 07:47:17 -0800 Received: from smtp.corp.google.com (spacemonkey3.corp.google.com [192.168.120.116]) by zps36.corp.google.com with ESMTP id mBHFlD7W008011 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 17 Dec 2008 07:47:14 -0800 Received: from localhost.localdomain.google.com (67-218-104-244.cust.layer42.net [67.218.104.244] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id mBHFl4Hj002291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 17 Dec 2008 07:47:10 -0800 To: Masaki Muranaka Cc: Daniel Jacobowitz , Stan Shebs , gdb-patches@sourceware.org, gcc-patches@gnu.org Subject: Re: State of old format warning patch for Mac OS X References: <487BD56B.9040609@earthlink.net> <20080714230022.GA14011@caradoc.them.org> <48874D23.7050508@codesourcery.com> <20080723154029.GA16569@caradoc.them.org> <03D3D3CE-DF8B-4056-BE17-46922301C82A@monami-software.com> From: Ian Lance Taylor Date: Wed, 17 Dec 2008 15:48:00 -0000 In-Reply-To: <03D3D3CE-DF8B-4056-BE17-46922301C82A@monami-software.com> (Masaki Muranaka's message of "Sun\, 14 Dec 2008 14\:02\:17 +0900") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00313.txt.bz2 Masaki Muranaka writes: > An easiest fix is removing -Wmissing-format-attribute from gdb/Makefile > But I don't like removing warning detections. I think libgnuintl.h will be patched. > How do you think, Daniel and GCC hackers? I agree that the intl library should be patched. Ian