From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12256 invoked by alias); 1 Oct 2009 12:02:09 -0000 Received: (qmail 11483 invoked by uid 22791); 1 Oct 2009 12:02:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Oct 2009 12:02:02 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n91C1cWC067464 ; Thu, 1 Oct 2009 14:01:38 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402:d::11]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n91C1cY8015124 ; Thu, 1 Oct 2009 14:01:38 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n91C1aPb075301 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Thu, 1 Oct 2009 14:01:38 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Joel Brobecker'" , References: <20090930204828.GB31446@adacore.com> In-Reply-To: <20090930204828.GB31446@adacore.com> Subject: RE: GDB 6.8.92 available for testing Date: Thu, 01 Oct 2009 12:02:00 -0000 Message-ID: <004701ca428e$fa377c50$eea674f0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: 2009-10/txt/msg00014.txt.bz2 Hi Joel, I tried to test this on i686-pc-linux (Ubuntu server running in a VMware box on a windows XP) Linux vadmin 2.6.28-15-server #52-Ubuntu SMP Wed Sep 9 11:50:50 UTC 2009 i686 GNU/Linux gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 # of expected passes 13434 # of unexpected failures 49 # of expected failures 43 # of unknown successes 1 # of known failures 59 # of untested testcases 13 # of unsupported tests 22 /usr/local/src/gdb-7pre/build/gdb/testsuite/../../gdb/gdb version 6.8.92 -nw -nx The test results are not that bad, but it seems that I got a lot of UNTESTED which seem to be related to the fact that some warning flags are on by default on the gcc that is installed. This creates compilation failures in 1) gdb.base/checkpoint.c (wrong format arg type) 2) gdb.base/fileio.c (wrong format arg type) 3) gdb.base/shr1.c (wrong format arg type) 4) gdb.base/unload.c (format arg not literal) 5) gdb.base/watchpoint-solib.c (format arg not literal) 6) gdb.threads/attachstop-mt.c (wrong format arg type) 1), 2), and 6) are easy to fix with explicit typecasts 3) is about an address, but "%p" does not seem to be supported by all C lib format implementation, so I don't know if this can be fixed correctly. 4) and 5) seem more difficult ... Maybe adding some default GCC option to the site.exp could fix this? Pierre Muller Pascal language support maintainer for GDB