From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20911 invoked by alias); 29 Nov 2012 19:04:15 -0000 Received: (qmail 20890 invoked by uid 22791); 29 Nov 2012 19:04:14 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,MEDICAL_SUBJECT,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Nov 2012 19:04:09 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qATJ48P5002698 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 29 Nov 2012 14:04:09 -0500 Received: from pebble.twiddle.home (ovpn-113-173.phx2.redhat.com [10.3.113.173]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qATIa2PX025909; Thu, 29 Nov 2012 13:36:04 -0500 Message-ID: <50B7AB20.3030601@redhat.com> Date: Thu, 29 Nov 2012 19:06:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Michael Zolotukhin CC: Kirill Yukhin , Jakub Jelinek , gcc-patches List Subject: Re: [PATCH, RFC] Dumping expanded MD files References: <50B4F99B.60900@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-11/txt/msg02493.txt.bz2 On 2012-11-28 23:22, Michael Zolotukhin wrote: > + debug_rtx (desc); ... oh, I see. You wanted dump_rtx here, so you can output to stdout. r~