From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122584 invoked by alias); 4 Sep 2017 13:35:53 -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 121169 invoked by uid 89); 4 Sep 2017 13:35:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-it0-f54.google.com Received: from mail-it0-f54.google.com (HELO mail-it0-f54.google.com) (209.85.214.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 04 Sep 2017 13:35:48 +0000 Received: by mail-it0-f54.google.com with SMTP id j17so2873378iti.1 for ; Mon, 04 Sep 2017 06:35:47 -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=Bf0Hkwpc4Sah9we7rvGfXxyqbyWmqua41WFJAoEvYsQ=; b=gJ/9xBvqQ/MuCdo1oNvOnqhTwFNcqpg898BQDFAoKgnmVZoeD6GXj9Q4nGCup0EioS KKtKrmynAe9nMEPQ3OCicCnfLU/UyRvRQOTCaDyBX7dKCRmgvy5SeTiPL4d2LkPPPT8H FZdyC+ce36iBYVCIf+D3zMAtyXgRDi8m+HYqtebn16k/HebQvQz/3NOfegxQaZf/iR27 q7pj8ls4XQVRcs9b0BCY2RhTroSHSNhpH2Y//f8eO0sSeBYNu68TjPgl6hBxKV1SlZ1x XIByhb6cFyk+9yKtz/6/mVfPFmx1jJ5cPPC+qV3qA7O4miyV3eEnFhyV1FA/kxZq5jsw FJDw== X-Gm-Message-State: AHPjjUiPVzTxhKsR3FtyMveObNdB6UrE3t54rKKmCR2eB+9EYtE/EIsn mhxGHG6XJDp4TkwT X-Google-Smtp-Source: ADKCNb7D3DjPot6xc1rDhbvScUS0dyPeHjEWtxgLizhKoYZVdp2YWxS+PTAH3cLKqga56wwI9NtwJA== X-Received: by 10.36.67.3 with SMTP id s3mr652600itb.78.1504532146645; Mon, 04 Sep 2017 06:35:46 -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 c189sm342032ith.0.2017.09.04.06.35.45 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 04 Sep 2017 06:35:46 -0700 (PDT) From: Yao Qi To: Tim Wiederhake Cc: gdb-patches@sourceware.org, Frank Penczek Subject: Re: [PATCH 1/4] Fix indentation for printing Fortran types with pointers References: <1503317966-12486-1-git-send-email-tim.wiederhake@intel.com> <1503317966-12486-2-git-send-email-tim.wiederhake@intel.com> Date: Mon, 04 Sep 2017 13:35:00 -0000 In-Reply-To: <1503317966-12486-2-git-send-email-tim.wiederhake@intel.com> (Tim Wiederhake's message of "Mon, 21 Aug 2017 14:19:23 +0200") Message-ID: <86r2vmd1sg.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/msg00046.txt.bz2 Tim Wiederhake writes: > xxxx-yy-zz Frank Penczek > Christoph Weinmann > Bernhard Heckel > > gdb/ChangeLog: > > * f-typeprint.c (f_type_print_base): Use fprintfi_filtered > to maintain proper indentation when printing pointers/refs. > > testsuite/ChangeLog > > * gdb.fortran/ptr-indentation.f90: New file. > * gdb.fortran/ptr-indentation.exp: New file. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)