From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14047 invoked by alias); 26 Jul 2013 18:16:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14037 invoked by uid 89); 26 Jul 2013 18:16:21 -0000 X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 26 Jul 2013 18:16:20 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6QIGDqv025865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 26 Jul 2013 14:16:13 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6QIGCsA030369 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 26 Jul 2013 14:16:12 -0400 Message-ID: <51F2BCEC.9040204@redhat.com> Date: Fri, 26 Jul 2013 18:16:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: "gp >> \"gdb-patches@sourceware.org ml\"" Subject: Re: [RFA] Fix mi-var-child-f.exp failures References: <51F1BB9A.6050607@redhat.com> <87txjhtn6x.fsf@fleche.redhat.com> <51F290FA.8000104@redhat.com> <87hafhthbj.fsf@fleche.redhat.com> In-Reply-To: <87hafhthbj.fsf@fleche.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00646.txt.bz2 On 07/26/2013 09:30 AM, Tom Tromey wrote: > Keith> 2013-07-26 Keith Seitz > > Keith> * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead > Keith> of f77. > Keith> Allow for compiler variations of integer types. > Keith> Use mi_create_varobj. > Keith> Use mi_list_varobj_children for the immediate children of `array'. > Keith> Add "has_more" attribute for grandchildren test. > > This is ok. Committed. > Keith> +# Depending on the compiler version being used, the name of the > Keith> 4-byte integer > > Your patch got wrapped. Yeah. Sometimes I cut-n-paste small patches like this. That's why I usually use attachments. Thank you for your review. Keith