From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1542 invoked by alias); 17 Sep 2002 17:03:05 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1534 invoked from network); 17 Sep 2002 17:03:04 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 17 Sep 2002 17:03:04 -0000 Received: from fleche.redhat.com (tz0067.peakpeak.com [207.174.69.67]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id LAA00852; Tue, 17 Sep 2002 11:03:00 -0600 Received: by fleche.redhat.com (Postfix, from userid 1000) id 07C524F80C6; Tue, 17 Sep 2002 11:01:05 -0600 (MDT) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: c-lang.c -vs- \0 References: <871y7wclca.fsf@fleche.redhat.com> <3D86BDBB.4070203@ges.redhat.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: I will SHAVE and buy JELL-O and bring my MARRIAGE MANUAL!! Date: Tue, 17 Sep 2002 10:03:00 -0000 In-Reply-To: <3D86BDBB.4070203@ges.redhat.com> Message-ID: <877khkzh2m.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00343.txt.bz2 >>>>> "Andrew" == Andrew Cagney writes: [ patch ] Andrew> without the fallthrough. Just clone the line below. (Need to get Andrew> -Wswitch-fallthrough working :-). Ok. I checked it in with this change. Tom