From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23067 invoked by alias); 23 Nov 2011 18:03:11 -0000 Received: (qmail 23058 invoked by uid 22791); 23 Nov 2011 18:03:08 -0000 X-SWARE-Spam-Status: No, hits=-3.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-qw0-f48.google.com (HELO mail-qw0-f48.google.com) (209.85.216.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Nov 2011 18:02:53 +0000 Received: by qady1 with SMTP id y1so558303qad.0 for ; Wed, 23 Nov 2011 10:02:52 -0800 (PST) Received: by 10.224.185.199 with SMTP id cp7mr11313563qab.68.1322071372528; Wed, 23 Nov 2011 10:02:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.185.199 with SMTP id cp7mr11313550qab.68.1322071372418; Wed, 23 Nov 2011 10:02:52 -0800 (PST) Received: by 10.224.6.76 with HTTP; Wed, 23 Nov 2011 10:02:52 -0800 (PST) In-Reply-To: References: <878vn88fw3.fsf@gmail.com> <4ECBA525.1010801@redhat.com> <201111221027.52484.vapier@gentoo.org> Date: Wed, 23 Nov 2011 18:03:00 -0000 Message-ID: Subject: Re: [PATCH 22/348] Fix -Wsahdow warnings From: Doug Evans To: Andrey Smirnov Cc: Mike Frysinger , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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: 2011-11/txt/msg00632.txt.bz2 On Wed, Nov 23, 2011 at 9:56 AM, Doug Evans wrote: > Also, given the quantity, I'd suggest holding off until after 7.4 is branched. > [just a suggestion though] Heh, OTOH ... It will make backporting fixes into the 7.4 branch harder if a lot go in right after it's branched. That suggests holding off until 7.4 is close to going out. OTOOH, holding off too long will just make it harder for you to keep your patches up to date. But I wouldn't hold up 7.4 for these changes. In the end I think the high order bit is not making it too difficult to backport fixes into the 7.4 branch. My $0.02. Blech.