- To: Ian Lance Taylor <iant@xxxxxxxxxx>
- Subject: Re: Where is OMP_CLAUSE_CHECK defined?
- From: Amittai Aviram <amittai.aviram@xxxxxxxx>
- Date: Sat, 11 Feb 2012 12:38:49 -0500
- 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=1329586749; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Subject: Mime-Version:Content-Type:From:In-Reply-To:Date:Cc: Content-Transfer-Encoding:Message-Id:References:To:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=YF8IMaeNVEELfv7AybsnIvTQaLg=; b=vDWZyZKVm9qZdr3OQYi+6a4/J9l+45L76VOQsNIFcGWdoHc4G/xJdlYlVscggP B8As2TBS9jtsf2EJeJt+ppBVW/jHEym4BYaNuJg5tRbxYz+q3YnBXWKa9Ia+hni1 W6G8OwJyoYlnZ1fX8/bGPtWWSEgc+QgL6/MMjnHyjQKx0=
- In-reply-to: <mcraa4qmqhd.fsf@dhcp-172-18-216-180.mtv.corp.google.com>
On Feb 10, 2012, at 2:35 PM, Ian Lance Taylor wrote:
> 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
OK, I see—thanks! Now I am wondering about the "tree" type. Lots of files use it, including gcc/gcc/tree.h, but I haven't been able to find its definition so far. Any hints? Thanks again!
Amittai Aviram
PhD Student in Computer Science
Yale University
646 483 2639
amittai.aviram@xxxxxxxx
http://www.amittai.com
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]