From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117738 invoked by alias); 18 Jun 2019 12:00:03 -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 117481 invoked by uid 89); 18 Jun 2019 12:00:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Jun 2019 12:00:01 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 66675AE4D for ; Tue, 18 Jun 2019 11:59:59 +0000 (UTC) Subject: Re: [PATCH] True IPA reimplementation of IPA-SRA To: Martin Jambor , GCC Patches Cc: Jan Hubicka References: From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Message-ID: <3ff1e921-d2a6-19de-3e62-52b8a5d9c93b@suse.cz> Date: Tue, 18 Jun 2019 12:00:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg01038.txt.bz2 On 5/10/19 10:31 AM, Martin Jambor wrote: > Thanks in advance for any questions, comments and suggestions, Hi. I have just a small note that I would appreciate a dbgcnt for the future. I bet it will be useful for a test-case reduction. Thank you, Martin