From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15355 invoked by alias); 24 Dec 2007 08:00:58 -0000 Received: (qmail 15342 invoked by uid 22791); 24 Dec 2007 08:00:56 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Dec 2007 08:00:50 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E530E2A9637 for ; Mon, 24 Dec 2007 03:00:48 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MZebfLQW+e7G for ; Mon, 24 Dec 2007 03:00:48 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6B96F2A9634 for ; Mon, 24 Dec 2007 03:00:48 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 0003FE7ACA; Mon, 24 Dec 2007 12:00:40 +0400 (RET) Date: Mon, 24 Dec 2007 08:02:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [commit/testcase/Ada] character parameter handling in inferior funcall Message-ID: <20071224080040.GX6154@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i 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-12/txt/msg00407.txt.bz2 Hello, As promised in: http://www.sourceware.org/ml/gdb-patches/2007-12/msg00405.html. Here is an Ada testcase that checks that character parameters are properly passed when making an inferior function call. 2007-12-24 Joel Brobecker * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb, gdb.ada/char_param/foo.adb: New files. * gdb.ada/char_param.exp: New testcase. Tested on x86-linux. It was a pretty simple testcase, so I felt sufficiently confident to check it in. Comments more than welcome, however. Now I'll use that testcase on other targets, to see if all goes well. I suspect amd64 might be failing for instance... Cheers, -- Joel