From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9296 invoked by alias); 9 Jan 2007 10:04:20 -0000 Received: (qmail 9288 invoked by uid 22791); 9 Jan 2007 10:04:20 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Jan 2007 10:04:12 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8) with ESMTP id l09A2kli020998; Tue, 9 Jan 2007 11:02:46 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id l09A2djh028616; Tue, 9 Jan 2007 11:02:39 +0100 (CET) Date: Tue, 09 Jan 2007 10:04:00 -0000 Message-Id: <200701091002.l09A2djh028616@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: jimb@codesourcery.com CC: qinwei@sunnorth.com.cn, gdb-patches@sourceware.org In-reply-to: (message from Jim Blandy on Mon, 08 Jan 2007 15:04:09 -0800) Subject: Re: RFA: score-tdep.c: avoid mixed declarations and statements References: 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: 2007-01/txt/msg00255.txt.bz2 > From: Jim Blandy > Date: Mon, 08 Jan 2007 15:04:09 -0800 > > We recently added -Wdeclaration-after-statement to GDB's set of build > warnings, which caught the new S+core port. > > Okay to commit? I'd say this is abvious. > gdb/ChangeLog: > 2007-01-08 Jim Blandy > > * score-tdep.c (score_push_dummy_call): Don't mix declarations and > statements.