- To: Amittai Aviram <amittai.aviram@xxxxxxxx>
- Subject: Re: Where is OMP_CLAUSE_CHECK defined?
- From: Ian Lance Taylor <iant@xxxxxxxxxx>
- Date: Fri, 10 Feb 2012 11:35:10 -0800
- Cc: gcc-help@xxxxxxxxxxx
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1329507333; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Received:From:To:Cc:Subject:References:Date:In-Reply-To: Message-ID:User-Agent:MIME-Version:Content-Type:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=OTHN+79yv4eVlVs5hYg1bYpfnVo=; b=LbrkZJ24c3l1bycHs7pw5XmAT1Sx/y+Z6ER2/quaQhADppIQjQRruz7HqdOwa5 Xkb3CKUzrcDKrbvqjFQ6hQ+WYWwQ63nBvS8O4dtOQN2GzHjvoP4uG5udHNTWl45L ANOTRqD65bypGmDMS+IuWFj7etoI5dq5dT0B7vEBGwuwY=
- In-reply-to: <D188FAD2-FA98-4EC4-878F-7221D9886ECB@yale.edu> (Amittai Aviram's message of "Thu, 9 Feb 2012 20:53:54 -0500")
- User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)
Amittai Aviram <amittai.aviram@xxxxxxxx> writes:
> But I cannot find any definition for OMP_CLAUSE_CHECK. Where does GCC define this macro? Thanks.
It is defined in the generated file tree-check.h. After building gcc,
look at gcc/tree-check.h in your build directory. tree-check.h is built
by the gencheck program.
At present the definition is
#define OMP_CLAUSE_CHECK(t) TREE_CHECK (t, OMP_CLAUSE)
Ian
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]