From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4792 invoked by alias); 4 Sep 2017 13:32:04 -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 3932 invoked by uid 89); 4 Sep 2017 13:32:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-it0-f41.google.com Received: from mail-it0-f41.google.com (HELO mail-it0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Sep 2017 13:31:59 +0000 Received: by mail-it0-f41.google.com with SMTP id j17so2840628iti.1 for ; Mon, 04 Sep 2017 06:31:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=1Av0YmTJ+9D2iA2gY+bN91EvAF5dAD7KTvK7QhjNkjA=; b=pZxl1N8hc9AlYcSzvXSceVfZ9P0VIDp8a6dFItTyi8Mp2xYpyPwIch3O+yZnhaMQ7y QLk3i0UUf1+cyjpTNsIvodAMc/+ViyqxanPF95beJ1eucIN3LK3XN4/oqSzCcf0cZFYE 9KLZiFTpGD/0+nI/GNRaV/au1omedhffQyBBXTJLYsSUxbweI/J6eeZRsDWjA8jZASdB 0TVYf4VjHWIJPSV9F7Mm1ExDKkpran/v7/y7sfu1wehRVSpWljSOYVZzjBB4fprxKbcJ C83a4b1QxDnMMlQEfJu8gCuaGA383a9ue9Z+P7RnhAlThelIdrGp+o8vsqEPuwK+cytD 8vZA== X-Gm-Message-State: AHPjjUjTk+xwvmwdq9LVCxLezR78Yl4JKh8zeZZbFZnJ36NPOkIscqx2 jvP3vywxk9PLUpTU X-Google-Smtp-Source: ADKCNb41cIJSNWhqtoV0bpJ31cb/RuIOzWmmVIKomAT8jwnaWAW96d2uvbf3mxJpSmB85jRM1QDErA== X-Received: by 10.36.216.130 with SMTP id b124mr532756itg.4.1504531918097; Mon, 04 Sep 2017 06:31:58 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id f140sm3503895ioe.27.2017.09.04.06.31.56 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 04 Sep 2017 06:31:57 -0700 (PDT) From: Yao Qi To: Tim Wiederhake Cc: gdb-patches@sourceware.org, Christoph Weinmann Subject: Re: [PATCH 4/4] Remove C/C++ relevant code in Fortran specific file. References: <1503317966-12486-1-git-send-email-tim.wiederhake@intel.com> <1503317966-12486-5-git-send-email-tim.wiederhake@intel.com> Date: Mon, 04 Sep 2017 13:32:00 -0000 In-Reply-To: <1503317966-12486-5-git-send-email-tim.wiederhake@intel.com> (Tim Wiederhake's message of "Mon, 21 Aug 2017 14:19:26 +0200") Message-ID: <86vakyd1yt.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: 2017-09/txt/msg00045.txt.bz2 Tim Wiederhake writes: > Remove code relevant for printing C/C++ Integer values in a > Fortran specific file to unify printing of Fortran values. Does this patch affect the output of printing variables in Fortran? If so, how does it affect the output? It would be great to mention these changes in commit log, at least. > > xxxx-yy-zz Christoph Weinmann > > gdb/ChangeLog: > > * f-valprint.c (f_val_print): Remove check for one byte > sized integers. Remove printing of character type. > > gdb/testsuite/ChangeLog: > > * gdb.fortran/printing-types.exp: New file. gdb.fortran/printing-types.f90. > * gdb.fortran/printing-types.exp: New file. --=20 Yao (=E9=BD=90=E5=B0=A7)