From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17265 invoked by alias); 20 Mar 2009 15:36:02 -0000 Received: (qmail 17245 invoked by uid 22791); 20 Mar 2009 15:36:01 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_93,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Mar 2009 15:35:55 +0000 Received: (qmail 20045 invoked from network); 20 Mar 2009 15:35:54 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Mar 2009 15:35:54 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1LkglE-0001Bl-Ro; Fri, 20 Mar 2009 15:35:52 +0000 Date: Fri, 20 Mar 2009 15:36:00 -0000 From: "Joseph S. Myers" To: Christophe LYON cc: gdb@sourceware.org Subject: Re: Decimal128, printcmds.exp, dfp-exprs.exp In-Reply-To: <49C3B17C.9030200@st.com> Message-ID: References: <49C3B17C.9030200@st.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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-03/txt/msg00131.txt.bz2 On Fri, 20 Mar 2009, Christophe LYON wrote: > Hi all, > > On one of our internal targets, I observe some failures in the GDB testsuite > in printcmds.exp and dfp-exprs.exp tests. > The failures in printcmds.exp occur only when the target is configured as > big-endian, while endianness has no influence on the failure in dfp-exprs.exp. Are you sure you are using current GDB sources? I fixed such failures with: 2008-06-27 Joseph Myers * dfp.c (decimal_convert): Call match_endianness before and after conversion. If you're using current sources, maybe something has broken them again. -- Joseph S. Myers joseph@codesourcery.com