From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21598 invoked by alias); 31 Dec 2006 19:46:15 -0000 Received: (qmail 21589 invoked by uid 22791); 31 Dec 2006 19:46:14 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 31 Dec 2006 19:46:06 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H16dA-0006FW-K1; Sun, 31 Dec 2006 14:46:04 -0500 Date: Sun, 31 Dec 2006 19:46:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker , gdb@sourceware.org Subject: Ada testsuite failures Message-ID: <20061231194604.GA23919@nevyn.them.org> Mail-Followup-To: Joel Brobecker , gdb@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00237.txt.bz2 Joel, I have seen Ada testsuite failures on GNU/Linux for about as long as we've had tests. Do you know the status of these tests when run against FSF releases of gnat, rather than the AdaCore version? I suspect it's inadequate debug info. I've got at the moment: print e_one_two_three $2 = (0 => 1, 2, 3) (gdb) FAIL: gdb.ada/arrayidx.exp: print e_one_two_three, indexes off print r_two_three $3 = (2, 3) (gdb) FAIL: gdb.ada/arrayidx.exp: print r_two_three, indexes off print u_one_two_three No definition of "u_one_two_three" in current context. (gdb) FAIL: gdb.ada/arrayidx.exp: print u_one_two_three, indexes off print p_one_two_three $4 = warning: could not find bounds information on packed array can't unpack array (gdb) FAIL: gdb.ada/arrayidx.exp: print p_one_two_three, indexes off print e_one_two_three $9 = (0 => 1, 1 => 2, 2 => 3) (gdb) FAIL: gdb.ada/arrayidx.exp: print e_one_two_three print r_two_three $10 = (1 => 2, 2 => 3) (gdb) FAIL: gdb.ada/arrayidx.exp: print r_two_three print u_one_two_three No definition of "u_one_two_three" in current context. (gdb) FAIL: gdb.ada/arrayidx.exp: print u_one_two_three print p_one_two_three $11 = warning: could not find bounds information on packed array can't unpack array (gdb) FAIL: gdb.ada/arrayidx.exp: print p_one_two_three ptype empty type = function return int (gdb) FAIL: gdb.ada/null_record.exp: ptype on null record (gdb) print var $1 = warning: could not find bounds information on packed array can't unpack array (gdb) FAIL: gdb.ada/packed_array.exp: print var -- Daniel Jacobowitz CodeSourcery