From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117501 invoked by alias); 21 Sep 2016 15:53:08 -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 117407 invoked by uid 89); 21 Sep 2016 15:53:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:606 X-HELO: mail-wm0-f41.google.com Received: from mail-wm0-f41.google.com (HELO mail-wm0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Sep 2016 15:52:57 +0000 Received: by mail-wm0-f41.google.com with SMTP id w84so201160719wmg.1 for ; Wed, 21 Sep 2016 08:52:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=L47PW5yrEZicdhWdNHGMM7AEKc1snegb4OLGg4XCD9s=; b=ijPfqWG1GJaVjiUeK51vi4CK62LwkRxsZtGsazmkNTDMwtCkxzaKG7IDYvFPPMUacM nU6BUGGdGMk7OtuL6Xv3nXtKdSVtG66R/37Bn7AT7qenstyKCjo7ONzbmpNx1yMXaJ8y G9WTkG2zZy9xrb5A96awpRwidG+GhmW+fW6O5N7/fuKTpOk2jl5FyEiKu5k55fl4IfGC wWv/PBgiadKSF1NhnFz0eam/nE3zOR3I5xKsWW7oGLq//mErfA/4iJ1hZ4HN99ukqeeh QNOMciLovjGF/JGaaLp40MSTw44wUzeoqYxY1zIsgNYA6LBxWbVZj6h1XDPXOz1n+piS KGWA== X-Gm-Message-State: AE9vXwMiehMkTis4zzyMYvKb6HRXSCAXce7QP8Wf6708taYHy5X8/c91pMc3egWh8e+DRw== X-Received: by 10.28.45.14 with SMTP id t14mr3652472wmt.20.1474473174552; Wed, 21 Sep 2016 08:52:54 -0700 (PDT) Received: from E107787-LIN ([86.65.39.12]) by smtp.gmail.com with ESMTPSA id bo7sm34211213wjb.28.2016.09.21.08.52.53 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 21 Sep 2016 08:52:54 -0700 (PDT) From: Yao Qi To: Bernhard Heckel Cc: qiyaoltc@gmail.com, brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: [PATCH V4 1/6] Fortran: Testsuite, fix differences in type naming. References: <1473230295-809-1-git-send-email-bernhard.heckel@intel.com> <1473230295-809-2-git-send-email-bernhard.heckel@intel.com> Date: Wed, 21 Sep 2016 15:57:00 -0000 In-Reply-To: <1473230295-809-2-git-send-email-bernhard.heckel@intel.com> (Bernhard Heckel's message of "Wed, 7 Sep 2016 08:38:10 +0200") Message-ID: <86mvj1jlma.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00252.txt.bz2 Bernhard Heckel writes: > 2016-06-08 Bernhard Heckel > > gdb/Testsuite/Changelog: > * gdb.fortran/vla-value.exp: Use type names defined in > libfortran. Use type names defined in fortran.exp > * gdb.mi/mi-var-child-f.exp: Likewise. > * gdb.mi/mi-vla-fortran.exp: Likewise. > > --- >=20=20 > +# Depending on the compiler being used, the type names can be printed > differently. This line is too long. > +set real [fortran_real4] Otherwise, patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)