From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90884 invoked by alias); 8 Jun 2015 08:05:17 -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 90871 invoked by uid 89); 8 Jun 2015 08:05:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: fencepost.gnu.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (208.118.235.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 08 Jun 2015 08:05:14 +0000 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44018) by fencepost.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1Z1s3T-0001Dz-Pw for gcc-patches@gnu.org; Mon, 08 Jun 2015 04:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1s3P-0004cV-1N for gcc-patches@gnu.org; Mon, 08 Jun 2015 04:05:11 -0400 Received: from mail-ob0-x235.google.com ([2607:f8b0:4003:c01::235]:32857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1s3O-0004Se-Li for gcc-patches@gnu.org; Mon, 08 Jun 2015 04:05:06 -0400 Received: by obcej4 with SMTP id ej4so41449573obc.0 for ; Mon, 08 Jun 2015 01:05:04 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.182.102.2 with SMTP id fk2mr13534604obb.35.1433750704130; Mon, 08 Jun 2015 01:05:04 -0700 (PDT) Received: by 10.76.115.167 with HTTP; Mon, 8 Jun 2015 01:05:04 -0700 (PDT) In-Reply-To: <557063EB.5050109@mentor.com> References: <55705090.1000705@mentor.com> <557063EB.5050109@mentor.com> Date: Mon, 08 Jun 2015 08:07:00 -0000 Message-ID: Subject: Re: [PATCH] Add debug msg to dump_file in add_new_function From: Richard Biener To: Tom de Vries Cc: Richard Biener , "gcc-patches@gnu.org" Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::235 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00535.txt.bz2 On Thu, Jun 4, 2015 at 4:42 PM, Tom de Vries wrote: > On 04/06/15 15:20, Tom de Vries wrote: >> >> Hi, >> >> [ posted earlier as part of "Don't dump low gimple functions in gimple >> dump", https://gcc.gnu.org/ml/gcc-patches/2014-05/msg01586.html, >> currently discussed at: >> https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02076.html ] >> >> This patch adds a debug msg to dump_file in cgraph_node::add_new_function. >> > > Added "ssa gimple" case for ompexpssa, and corresponding test-case. Ok. Thanks, Richard. > >> OK for trunk (after retesting)? >> > > Thanks, > - Tom > >