From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22738 invoked by alias); 14 Apr 2014 15:38:23 -0000 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 Received: (qmail 22720 invoked by uid 89); 14 Apr 2014 15:38:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f54.google.com Received: from mail-qa0-f54.google.com (HELO mail-qa0-f54.google.com) (209.85.216.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 14 Apr 2014 15:38:21 +0000 Received: by mail-qa0-f54.google.com with SMTP id w8so8171560qac.13 for ; Mon, 14 Apr 2014 08:38:18 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.224.65.67 with SMTP id h3mr20776928qai.43.1397489898528; Mon, 14 Apr 2014 08:38:18 -0700 (PDT) Received: by 10.140.30.74 with HTTP; Mon, 14 Apr 2014 08:38:18 -0700 (PDT) In-Reply-To: <20140414130329.GQ4250@adacore.com> References: <20140414130329.GQ4250@adacore.com> Date: Mon, 14 Apr 2014 15:38:00 -0000 Message-ID: Subject: Re: [patch] add return values to return statements in non-void functions From: David Blaikie To: Joel Brobecker Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00257.txt.bz2 On Mon, Apr 14, 2014 at 6:03 AM, Joel Brobecker wrote: >> gdb/testsuite/ >> >> * gdb.mi/non-stop.c: Add return value for non-void function return >> statement. >> * gdb.threads/staticthreads.c: Ditto. > > Looks good, thanks for doing that. Please apply. Thanks, committed as 41f1ada5d2d4cff7a235644661ec30de156fd038