From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2972 invoked by alias); 23 Jul 2014 09:18:00 -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 2960 invoked by uid 89); 23 Jul 2014 09:17:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f45.google.com Received: from mail-wg0-f45.google.com (HELO mail-wg0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 23 Jul 2014 09:17:58 +0000 Received: by mail-wg0-f45.google.com with SMTP id x12so873095wgg.16 for ; Wed, 23 Jul 2014 02:17:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.75.230 with SMTP id f6mr23488821wiw.5.1406107075598; Wed, 23 Jul 2014 02:17:55 -0700 (PDT) Received: by 10.195.13.76 with HTTP; Wed, 23 Jul 2014 02:17:55 -0700 (PDT) In-Reply-To: References: Date: Wed, 23 Jul 2014 09:20:00 -0000 Message-ID: Subject: Re: [GSoC][match-and-simplify] remove unnecessary debug information From: Richard Biener To: Prathamesh Kulkarni Cc: Diego Novillo , "gcc-patches@gcc.gnu.org" , Maxim Kuvyrkov Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg01497.txt.bz2 On Wed, Jul 23, 2014 at 12:27 AM, Prathamesh Kulkarni wrote: > I was displaying pattern = for debugging some issue related to > implementing for-pattern, not meant for dumping with -v > Removed accordingly. > > * genmatch.c (main): Remove unnecessary debug information. Thanks - installed. Richard. > Thanks and Regards, > Prathamesh