diff options
author | Richard Guenther <rguenther@suse.de> | 2012-08-21 11:26:16 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-08-21 11:26:16 +0000 |
commit | 825c743c8705689b8c9541da47e201fd02f66cf6 (patch) | |
tree | f543dc29e83d8afdea668b83aaf2e86c76660bcf /gcc/tree.h | |
parent | c1aaec5bf88a551100211db824f9a5666d25c2b8 (diff) | |
download | gcc-825c743c8705689b8c9541da47e201fd02f66cf6.zip gcc-825c743c8705689b8c9541da47e201fd02f66cf6.tar.gz gcc-825c743c8705689b8c9541da47e201fd02f66cf6.tar.bz2 |
alloc-pool.c (pool_alloc): Fix valgrind annotation.
2012-08-21 Richard Guenther <rguenther@suse.de>
* alloc-pool.c (pool_alloc): Fix valgrind annotation.
* tree.h: Fix typo and complete flags documentation.
From-SVN: r190559
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -417,7 +417,7 @@ enum omp_clause_code so all nodes have these fields. See the accessor macros, defined below, for documentation of the - fields, and the table below which connects the fileds and the + fields, and the table below which connects the fields and the accessor macros. */ struct GTY(()) tree_base { @@ -494,6 +494,9 @@ struct GTY(()) tree_base { CASE_LOW_SEEN in CASE_LABEL_EXPR + PREDICT_EXPR_OUTCOME in + PREDICT_EXPR + static_flag: TREE_STATIC in @@ -576,12 +579,16 @@ struct GTY(()) tree_base { OMP_PARALLEL_COMBINED in OMP_PARALLEL + OMP_CLAUSE_PRIVATE_OUTER_REF in OMP_CLAUSE_PRIVATE TYPE_REF_IS_RVALUE in REFERENCE_TYPE + ENUM_IS_OPAQUE in + ENUMERAL_TYPE + protected_flag: TREE_PROTECTED in |