From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23114 invoked by alias); 26 Dec 2006 13:44:21 -0000 Received: (qmail 23106 invoked by uid 22791); 26 Dec 2006 13:44: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, 26 Dec 2006 13:44:16 +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.6) with ESMTP id kBQDi4Yq018766; Tue, 26 Dec 2006 14:44:05 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.13.8/8.13.8/Submit) id kBQDi1cv005148; Tue, 26 Dec 2006 14:44:02 +0100 (CET) Date: Tue, 26 Dec 2006 13:44:00 -0000 Message-Id: <200612261344.kBQDi1cv005148@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20061226051303.GJ3640@adacore.com> (message from Joel Brobecker on Tue, 26 Dec 2006 09:13:03 +0400) Subject: Re: [RFA/sparc64] internal-error printing return value (Ada array) - take 2 References: <20061224093615.GH19684@adacore.com> <200612241458.kBOEw8uf016599@brahms.sibelius.xs4all.nl> <20061226051303.GJ3640@adacore.com> 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: 2006-12/txt/msg00321.txt.bz2 > Date: Tue, 26 Dec 2006 09:13:03 +0400 > From: Joel Brobecker > > However, did you check how small arrays of floating-point numbers are > > returned? I suspect there might be an issue with those. > > I just double-checked, and it seems to be working just fine. > What I will do is extend our array-return testcase to include > this type of array too. Good!