From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38800 invoked by alias); 5 Jan 2016 14:15:14 -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 38763 invoked by uid 89); 5 Jan 2016 14:15:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=accessing, H*r:sk:11.2016, UD:mi-vla-fortran.exp, sk:mi-vla- X-HELO: mail-wm0-f51.google.com Received: from mail-wm0-f51.google.com (HELO mail-wm0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 05 Jan 2016 14:15:09 +0000 Received: by mail-wm0-f51.google.com with SMTP id f206so24636615wmf.0 for ; Tue, 05 Jan 2016 06:15:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=0S0INwdCpSKX/3CeWDtsJWHQFJvpBuSXl1NEenPFhv0=; b=J0R/o68KW2gK/oDjArtiHtX57zcB1TzmfQN/YUn65fMYm978wbV1sypxbk8epR2OXM vU2BqTEPIZl086qMWMgq1qe6SMlL59KELMywyLImPO9ZjSoEkG61Cb/msJ7Y8WjEcxkP WI/4w8i6aEIDeIw5pzMwk6olSgYuknPKIgYZpKtY/OhvevYEe1JDoMmtZncC0pgPA8lL uFn8cyTJVvTE9UT25/D8B6k69+FFJ+iZTRDvkK88aRm+TTjPhTIVD/5T8Ku6AUDVPvSS Xjr+pKLqgd4bsX2JBd20GkqLy9aQ3LIGB+L5SD8HFbyMiVnGbaWsfLk2YqamDL+xh3Nu 85zA== X-Gm-Message-State: ALoCoQkTehiB5YMTU9szKZ3p2B8UHrXUce3ap4eDSHYYds6wGYx3yCUeTySnlXARQTrd99bF3avRiTOeo1+HVJdKWyrQu0iwPg== X-Received: by 10.28.72.68 with SMTP id v65mr4522235wma.41.1452003303899; Tue, 05 Jan 2016 06:15:03 -0800 (PST) Received: from localhost (cust64-dsl91-135-5.idnet.net. [91.135.5.64]) by smtp.gmail.com with ESMTPSA id e62sm3757179wma.11.2016.01.05.06.15.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jan 2016 06:15:03 -0800 (PST) Date: Tue, 05 Jan 2016 14:15:00 -0000 From: Andrew Burgess To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 3/3] gdb: Guard against undefined behaviour in mi-vla-fortran.exp Message-ID: <20160105141502.GI4242@embecosm.com> References: <42dced1b257e4c5393abf23e4b14c8f0059813ce.1449869723.git.andrew.burgess@embecosm.com> <20160101110842.GE12416@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160101110842.GE12416@adacore.com> X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00053.txt.bz2 * Joel Brobecker [2016-01-01 15:08:42 +0400]: > > gdb/testsuite/ChangeLog: > > > > * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated > > pointer. Don't perform further tests on the unassociated pointer > > if the first test fails. > > Look good to me. Thanks for the review, I'll apply once #1 is approved. Andrew