From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16894 invoked by alias); 7 Feb 2013 19:22:41 -0000 Received: (qmail 16874 invoked by uid 22791); 7 Feb 2013 19:22:40 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-we0-f181.google.com (HELO mail-we0-f181.google.com) (74.125.82.181) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Feb 2013 19:22:31 +0000 Received: by mail-we0-f181.google.com with SMTP id t44so2366579wey.12 for ; Thu, 07 Feb 2013 11:22:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=2VkXHEoQOvJHS91w80+3dVqiTnp1/RMKkkehu7NlfBQ=; b=RZCM+PBVVbzIpAd3D674HKIxrNpHHVor//K1vRFhJ6NxMLiS10CYWOmGRLiMmxC24/ k9ZbNbIsMmUredDiBQRcQcl4ells+YEW7YMBb76bLA5c/j1dRvm2zcodFM6SXPZ3WMmd OnlFnk6m2L0xGrbA1VEhpM/fgfEkaaCQUVo/MHaurOW75ujHmq4VEq5y/Nauhbpa1ose MqyG34e62YJv47X48oH86DfLsyXRUGeufskf/jCM8yDRhcLhzFmBvtxHLFWzSapSxXyS bjXHKxyC8yvhpX2ZsbseG3AqBTcjc0v1fWBtnVIwaOM46dETisunnsHzEayIXIzkaYq0 Sp7Q== MIME-Version: 1.0 X-Received: by 10.194.85.234 with SMTP id k10mr5039081wjz.53.1360264950225; Thu, 07 Feb 2013 11:22:30 -0800 (PST) Received: by 10.194.158.195 with HTTP; Thu, 7 Feb 2013 11:22:30 -0800 (PST) In-Reply-To: <87pq0dw1b1.fsf@fleche.redhat.com> References: <877gmlxu1l.fsf@fleche.redhat.com> <87pq0dw1b1.fsf@fleche.redhat.com> Date: Thu, 07 Feb 2013 19:22:00 -0000 Message-ID: Subject: Re: FYI: fix error in py-type.c From: Doug Evans To: Tom Tromey Cc: gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQm1y2Mr2YtbdMX890aEov/JTXkIaXtNx0rpEzKyL2maROZoUujC7YQik7INtStlQBVVJ5zOrG3OkPJNu4oOZFeYFMrgtAbnq814LJtSeL+Ki+AytSnUmtBrEGy2qKhI6QTXz0aZMn78A2Hyw+Hd57bysxZIjVgqbupjBxCvuDlz7r6P479YZw/ptGzAJPba8lgjzf2lZbBTBkWFDkjhx9DbVLRLHA== 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: 2013-02/txt/msg00189.txt.bz2 On Wed, Feb 6, 2013 at 2:00 PM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> On Wed, Feb 6, 2013 at 8:53 AM, Tom Tromey wrote: >>> I'm checking this in. >>> >>> Today I resurrected my gcc plugin for checking gdb exception handling: >>> >>> http://sourceware.org/ml/gdb/2011-11/msg00002.html > > Doug> Something for gdb/contrib? > > Yeah, I was considering it today. > It still gives too many false reports, but I was thinking maybe I could > fix that. I think the bar for contrib is in general lower. I think you should feel free to add the FIXMEs you deem appropriate and check it in. [... and maybe leverage the net to fix them for you :-)]