From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20975 invoked by alias); 25 Jan 2006 18:31:36 -0000 Received: (qmail 20962 invoked by uid 22791); 25 Jan 2006 18:31:36 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jan 2006 18:31:34 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id k0PIVWQb028601; Wed, 25 Jan 2006 13:31:32 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k0PIVR118560; Wed, 25 Jan 2006 13:31:27 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k0PIVPje010570; Wed, 25 Jan 2006 13:31:26 -0500 Message-ID: <43D7C3FE.6030605@redhat.com> Date: Wed, 25 Jan 2006 19:19:00 -0000 From: Diego Novillo User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Richard Henderson , gcc-patches@gcc.gnu.org Subject: Re: Fix PR 25886. Convert OMP_CLAUSE_* into sub-codes. References: <43D7B83A.3060802@redhat.com> <20060125180817.GB24940@redhat.com> In-Reply-To: <20060125180817.GB24940@redhat.com> 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-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg01756.txt.bz2 Richard Henderson wrote: >> +#ifdef GATHER_STATISTICS >> + tree_node_counts[(int) x_kind]++; >> + tree_node_sizes[(int) x_kind] += size; >> +#endif >> > > x_kind undefined. > It's one of tree_node_kind values. Though I guess, adding an omp_clause_kind might be better?