From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118291 invoked by alias); 15 Jul 2016 14:03:41 -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 118230 invoked by uid 89); 15 Jul 2016 14:03:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f173.google.com Received: from mail-pf0-f173.google.com (HELO mail-pf0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 Jul 2016 14:03:30 +0000 Received: by mail-pf0-f173.google.com with SMTP id y134so15704413pfg.0 for ; Fri, 15 Jul 2016 07:03:30 -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=MD5hwVyuFrjKg8EnVM/bjbaZwQKMLCiuJDM0QDCMsFc=; b=V6v3USUysGC9ngIL+atsOwPVJMx+q7BbNDUjn8PKGdMaXDOhPOPptoV860gH2PF9tr zMZdHWazNIbX8rUt7vRNS6h6D2Hg5zHe2OCKYmPLkwoIxPNvOocPoQJuunpBkcecXF5V GKkn/upjXe9bBF7Vw9Nuj9QGJwWa7FAhpgzEoG9F65W1c+GFdCvw7udGD50GilHWcrVY Bg9dQdJpeQu8AE9x3k2x4isTwszww/MihMKTxEymhutlARIcNa1VtEcDczvFfvTjnqiY 5TIbtRikXHDnndBBP8kVvcOY2e7Lzx8V6YbSCW1MOEZo4RgCUjanLESZZL+6U8cienDJ FJxA== X-Gm-Message-State: ALyK8tLd+uGDotdDWwb0RBl/oXyf4xafCZqRakRQKmDNnXI6ZY2LhZv3yp+pG7r6vuGvKg== X-Received: by 10.98.64.193 with SMTP id f62mr20660225pfd.141.1468591408789; Fri, 15 Jul 2016 07:03:28 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id cj2sm5117923pac.20.2016.07.15.07.03.26 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 15 Jul 2016 07:03:27 -0700 (PDT) From: Yao Qi To: Bernhard Heckel Cc: eliz@gnu.org, brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: [PATCH V3 1/6] Fortran: Testsuite, fix differences in type naming. References: <1468249928-2169-1-git-send-email-bernhard.heckel@intel.com> <1468249928-2169-2-git-send-email-bernhard.heckel@intel.com> Date: Fri, 15 Jul 2016 14:03:00 -0000 In-Reply-To: <1468249928-2169-2-git-send-email-bernhard.heckel@intel.com> (Bernhard Heckel's message of "Mon, 11 Jul 2016 17:12:03 +0200") Message-ID: <86d1mfdmmt.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-07/txt/msg00173.txt.bz2 Bernhard Heckel writes: Patch is good to me. > +# Depending on the compiler being used, the type names can be printed di= fferently. > +set real [fortran_real4] > + This line is too long, multiple instances of this problem. --=20 Yao (=E9=BD=90=E5=B0=A7)