From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97149 invoked by alias); 9 Aug 2018 22:11:33 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 97138 invoked by uid 89); 9 Aug 2018 22:11:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy=Hx-languages-length:227 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Aug 2018 22:11:31 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-03.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1fnt9V-0007XG-Oo from joseph_myers@mentor.com ; Thu, 09 Aug 2018 15:11:29 -0700 Received: from digraph.polyomino.org.uk (137.202.0.87) by SVR-IES-MBX-03.mgc.mentorg.com (139.181.222.3) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Thu, 9 Aug 2018 23:11:26 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.86_2) (envelope-from ) id 1fnt9R-0000oy-JT; Thu, 09 Aug 2018 22:11:25 +0000 Date: Thu, 09 Aug 2018 22:11:00 -0000 From: Joseph Myers To: David Malcolm CC: Richard Biener , GCC Patches Subject: Re: [PATCH] v2: Formatted printing for dump_* in the middle-end In-Reply-To: <1533232447-54802-1-git-send-email-dmalcolm@redhat.com> Message-ID: References: <1533232447-54802-1-git-send-email-dmalcolm@redhat.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2018-08/txt/msg00656.txt.bz2 On Thu, 2 Aug 2018, David Malcolm wrote: > (a) the c-format.c changes (Joseph?), and The c-format.c changes are OK. -- Joseph S. Myers joseph@codesourcery.com