From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17788 invoked by alias); 9 Dec 2009 03:00:36 -0000 Received: (qmail 17769 invoked by uid 22791); 9 Dec 2009 03:00:30 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f183.google.com (HELO mail-px0-f183.google.com) (209.85.216.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Dec 2009 03:00:24 +0000 Received: by pxi13 with SMTP id 13so3349008pxi.24 for ; Tue, 08 Dec 2009 19:00:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.248.42 with SMTP id v42mr903066wfh.133.1260327622250; Tue, 08 Dec 2009 19:00:22 -0800 (PST) In-Reply-To: <4B1E5F1C.4030202@redhat.com> References: <4B1929DC.7070809@redhat.com> <4B1A25B0.1090903@redhat.com> <4B1E5F1C.4030202@redhat.com> From: Hui Zhu Date: Wed, 09 Dec 2009 03:00:00 -0000 Message-ID: Subject: Re: [python][patch] And range method to type To: Phil Muldoon Cc: gdb-patches ml , Tom Tromey , Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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: 2009-12/txt/msg00124.txt.bz2 Hi, I make the cvs-head get: gcc -g -O2 -I. -I../../src/gdb -I../../src/gdb/common -I../../src/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../src/gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd -I../../src/gdb/../bfd -I../../src/gdb/../include -I../libdecnumber -I../../src/gdb/../libdecnumber -I../../src/gdb/gnulib -Ignulib -DMI_OUT=1 -DTUI=1 -DGDBTK -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wno-switch -Wno-char-subscripts -Werror -c -o py-type.o -MT py-type.o -MMD -MP -MF .deps/py-type.Tpo -fno-strict-aliasing -DNDEBUG -fwrapv ../../src/gdb/python/py-type.c cc1: warnings being treated as errors ../../src/gdb/python/py-type.c: In function 'typy_range': ../../src/gdb/python/py-type.c:285: warning: 'high' may be used uninitialized in this function ../../src/gdb/python/py-type.c:285: warning: 'low' may be used uninitialized in this function make[2]: *** [py-type.o] Error 1 make[2]: Leaving directory `/home/teawater/gdb/cvs/bgdb/gdb' make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory `/home/teawater/gdb/cvs/bgdb' make: *** [all] Error 2 Thanks, Hui On Tue, Dec 8, 2009 at 22:13, Phil Muldoon wrote: > >> Phil> I've regenerated the patch. Thanks for the review! What do you think? > >>>>>>> On 12/07/2009 07:54 PM, Tom Tromey wrote: > >> Ok. > >>>>>>> On 12/04/2009 03:32 PM, Eli Zaretskii wrote: > >> The gdb.texinfo part is OK with me. > > Committed, thanks. > > Cheers, > > Phil >