gcc/
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Oct 2013 10:41:56 +0000 (10:41 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Oct 2013 10:41:56 +0000 (10:41 +0000)
* doc/generic.texi (Adding new DECL node types): Explain *_CHECK
macros.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203413 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/generic.texi

index 04b02f1..b8c5708 100644 (file)
@@ -1,5 +1,8 @@
 2013-10-11  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * doc/generic.texi (Adding new DECL node types): Explain *_CHECK
+       macros.
+
        * doc/gimple.texi (is_gimple_omp): Move into the correct section.
 
        * acinclude.m4 (gcc_GAS_FLAGS): Add more gcc_cv_as_flags
index cacab01..07e3f5a 100644 (file)
@@ -924,6 +924,11 @@ structures, something like the following should be used
    (BASE_STRUCT_CHECK(NODE)->base_struct.fieldname
 @end smallexample
 
+Reading them from the generated @file{all-tree.def} file (which in
+turn includes all the @file{tree.def} files), @file{gencheck.c} is
+used during GCC's build to generate the @code{*_CHECK} macros for all
+tree codes.
+
 @end table