From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21750 invoked by alias); 20 Dec 2018 22:19:31 -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 21734 invoked by uid 89); 20 Dec 2018 22:19:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=mistakes, pm, UD:p.m, HX-Google-Smtp-Source:sk:ALg8bN6 X-HELO: mail-io1-f68.google.com Received: from mail-io1-f68.google.com (HELO mail-io1-f68.google.com) (209.85.166.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Dec 2018 22:19:30 +0000 Received: by mail-io1-f68.google.com with SMTP id p7so74439iog.12 for ; Thu, 20 Dec 2018 14:19:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=ELgMwS3GpvuKnQxLW+gyL9GRIXSPDhzcJiI8BCS1KIo=; b=Bzfv7BZuCgvG2OY8trnX5w/1Shj3VQMWvGOn2L7QG62RiLnZt+RcF9kymp//a7v3A5 0r0dYLyA8sMDULtWPwpVPAohubbfCqn02wJsm54dx7ZC7nS5DAWtvoEZxfAnCTpXQUHp TE1038QHoYFLwtOGLUTz4yify6+h/No8+hXoijbK4fZ1y8U5tC3nwpcgq8+Sf+oUYtmd emCY2gPmNa7U67LOtk8Z+F2rQzM1g0ikA9Y67ZSwYewf3LmBhlxOMF6mdYyyGqXW/tPW YoRAlL+EJqlk8DE1ee59MY8XUSXx5nFOEGcpbslWFQqFG8hYU3tAQ4f5+m0Px4oemfct WLtg== Return-Path: Received: from [192.168.1.100] (173-230-163-230.cable.teksavvy.com. [173.230.163.230]) by smtp.googlemail.com with ESMTPSA id t64sm9104287itb.5.2018.12.20.14.19.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Dec 2018 14:19:27 -0800 (PST) Subject: Re: [PATCH] Use proper print formatter in main function in fixincl.c To: Joseph Myers Cc: gcc-patches@gcc.gnu.org References: <20181220024926.20546-1-xerofoify@gmail.com> From: nick Message-ID: <462bfd2b-57fe-cd19-8547-00dab6603300@gmail.com> Date: Thu, 20 Dec 2018 22:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg01510.txt.bz2 On 2018-12-20 4:02 p.m., Joseph Myers wrote: > This is still changing the wrong format specifier (the one corresponding > to apply_ct, which is an int). > Sorry for the dumb mistakes as I seem to have miscounted the variables over in my understanding of the code. I will resend again and sorry for wasting your time Joseph, Nick