From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18160 invoked by alias); 14 Nov 2004 14:38:19 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18050 invoked from network); 14 Nov 2004 14:37:57 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 14 Nov 2004 14:37:57 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iAEEbn1i004070; Sun, 14 Nov 2004 15:37:49 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iAEEbmLt010469; Sun, 14 Nov 2004 15:37:48 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iAEEbiCc010466; Sun, 14 Nov 2004 15:37:44 +0100 (CET) Date: Sun, 14 Nov 2004 15:47:00 -0000 Message-Id: <200411141437.iAEEbiCc010466@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb@sources.redhat.com Subject: Fallout from value changes? X-SW-Source: 2004-11/txt/msg00135.txt.bz2 Hi Andrew, I noticed this new testsuite failure on i386-unknown-freebsd4.7: -PASS: gdb.base/store.exp: up struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}} +FAIL: gdb.base/store.exp: up struct 4 u; print new u, expecting {s = \{1, 2, 3, 4}} I strongly suspect this to be fallout from one of your recent value changes. Can you hold off any further changes until we've tracked this down please? Mark