Re: Where is OMP_CLAUSE_CHECK defined?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux