From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3802 invoked by alias); 6 Aug 2008 04:40:09 -0000 Received: (qmail 3783 invoked by uid 22791); 6 Aug 2008 04:40:08 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Aug 2008 04:39:33 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m764dPxF022339; Wed, 6 Aug 2008 00:39:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m764dPQf000823; Wed, 6 Aug 2008 00:39:25 -0400 Received: from opsy.redhat.com (vpn-10-102.bos.redhat.com [10.16.10.102]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m764dOx0001248; Wed, 6 Aug 2008 00:39:25 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 452F5378158; Tue, 5 Aug 2008 22:39:25 -0600 (MDT) To: Thiago Jung Bauermann Cc: Neo Jia , gdb ml Subject: Re: gdb plugin status? References: <5d649bdb0808031010g6330a442xec0415a387d23163@mail.gmail.com> <20080803173108.GA20590@caradoc.them.org> <5d649bdb0808031042i7210287djb225792fc7221319@mail.gmail.com> <1217800323.29321.3.camel@localhost.localdomain> <1217800536.29321.7.camel@localhost.localdomain> <5d649bdb0808040042o34b759edxe6c11e16588214f6@mail.gmail.com> <1217860034.7578.8.camel@localhost.localdomain> <5d649bdb0808050033k212fb93arc4e8b7ff8f9b1a7f@mail.gmail.com> <1217943660.4534.1.camel@localhost.localdomain> <5d649bdb0808051553g6ee22cbfr80cfa43cd56e870c@mail.gmail.com> <1217993159.4534.47.camel@localhost.localdomain> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Wed, 06 Aug 2008 04:40:00 -0000 In-Reply-To: <1217993159.4534.47.camel@localhost.localdomain> (Thiago Jung Bauermann's message of "Wed\, 06 Aug 2008 00\:25\:59 -0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00086.txt.bz2 >>>>> "Thiago" == Thiago Jung Bauermann writes: >> On Tue, 2008-08-05 at 15:53 -0700, Neo Jia wrote: >> cc1: warnings being treated as errors >> varobj.c: In function 'update_dynamic_varobj_children': >> varobj.c:932: warning: dereferencing type-punned pointer will break >> strict-aliasing rules Thiago> I don't see that error here. I think we are using different versions of Thiago> gcc. I'm using 4.3.1. FWIW, my build uses -fno-strict-aliasing, which disables this warning. I think this comes from python-config. Tom