From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18983 invoked by alias); 5 Sep 2005 20:02:26 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18974 invoked by uid 22791); 5 Sep 2005 20:02:21 -0000 Received: from eastrmmtao05.cox.net (HELO eastrmmtao05.cox.net) (68.230.240.34) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 05 Sep 2005 20:02:21 +0000 Received: from white ([68.9.64.121]) by eastrmmtao05.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20050905200216.UCTS23320.eastrmmtao05.cox.net@white> for ; Mon, 5 Sep 2005 16:02:16 -0400 Received: from bob by white with local (Exim 3.36 #1 (Debian)) id 1ECNAC-0006N7-00 for ; Mon, 05 Sep 2005 16:01:56 -0400 Date: Mon, 05 Sep 2005 20:02:00 -0000 From: Bob Rossi To: gdb-patches@sources.redhat.com Subject: MI mi-var-child.exp testsuite fix Message-ID: <20050905200156.GB20894@white> Mail-Followup-To: gdb-patches@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-SW-Source: 2005-09/txt/msg00028.txt.bz2 Hi, This get's the mi-var-child testcase working again with gcc-4.0. Thanks, Bob Rossi Index: gdb/testsuite/ChangeLog + * gdb.mi/mi-var-child.c: Include . Index: gdb/testsuite/gdb.mi/mi-var-child.c =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/mi-var-child.c,v retrieving revision 1.2 diff -u -r1.2 mi-var-child.c --- gdb/testsuite/gdb.mi/mi-var-child.c 31 Jul 2005 22:10:53 -0000 1.2 +++ gdb/testsuite/gdb.mi/mi-var-child.c 5 Sep 2005 20:00:35 -0000 @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include +#include struct _simple_struct { int integer;