public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Tobler <toa@pop.agri.ch>
To: Diego Novillo <dnovillo@redhat.com>
Cc: Richard Henderson <rth@gcc.gnu.org>, gcc-patches@gcc.gnu.org
Subject: Re: Fix PR 25886.  Convert OMP_CLAUSE_* into sub-codes.
Date: Thu, 26 Jan 2006 08:03:00 -0000	[thread overview]
Message-ID: <43D8784A.4040004@pop.agri.ch> (raw)
In-Reply-To: <43D83A67.4030102@redhat.com>

Diego Novillo wrote:
> Committed.  I added of omp_clause_kind for GATHER_STATISTICS.
> 
> Tested on x86 and x86-64 with --enable-gather-detailed-mem-stats.
> 

This patch breaks bootstrap for --disable-checking.

#define OMP_CLAUSE_REDUCTION_CODE(NODE) \
   (OMP_CLAUSE_SUBCODE_CHECK (NODE, 
OMP_CLAUSE_REDUCTION)->omp_clause.subcode.reduction_code)

etc.

OMP_CLAUSE_SUBCODE_CHECK is only defined 'if defined ENABLE_TREE_CHECKING'

Andreas

  reply	other threads:[~2006-01-26  7:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-25 18:05 Diego Novillo
2006-01-25 18:26 ` Richard Henderson
2006-01-25 19:19   ` Diego Novillo
2006-01-26  3:10   ` Diego Novillo
2006-01-26  8:03     ` Andreas Tobler [this message]
     [not found]     ` <997433FE-17D0-47FB-B9EF-353CD7D9E07A@opendarwin.org>
2006-01-26 12:56       ` Diego Novillo
2021-08-31 18:51 ` Simplify 'gcc/tree.c:walk_tree_1' handling of 'OMP_CLAUSE' (was: Fix PR 25886. Convert OMP_CLAUSE_* into sub-codes.) Thomas Schwinge
2021-09-01  9:49   ` Jakub Jelinek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43D8784A.4040004@pop.agri.ch \
    --to=toa@pop.agri.ch \
    --cc=dnovillo@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rth@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).