aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@cs.tamu.edu>2009-10-08 03:07:44 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2009-10-08 03:07:44 +0000
commit32a58b37ef404447ccc9f0856e03273644ffeebe (patch)
tree09f5ba15048323bdbae3be31a73b3866bee8e944 /gcc
parente5a942312327b2ef428e7d2d7fc97b5150c7c04a (diff)
downloadgcc-32a58b37ef404447ccc9f0856e03273644ffeebe.zip
gcc-32a58b37ef404447ccc9f0856e03273644ffeebe.tar.gz
gcc-32a58b37ef404447ccc9f0856e03273644ffeebe.tar.bz2
* cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.
From-SVN: r152549
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/cp-tree.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index cc6fa63..5cf2373 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.
+
2009-10-07 Jason Merrill <jason@redhat.com>
PR c++/39863
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 4b273c1..208bbe2 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -113,8 +113,6 @@ framework extensions, you must include this file before toplev.h, not after.
6: IDENTIFIER_REPO_CHOSEN (in IDENTIFIER_NODE)
DECL_CONSTRUCTION_VTABLE_P (in VAR_DECL)
TYPE_MARKED_P (in _TYPE)
- 7: DECL_DEAD_FOR_LOCAL (in VAR_DECL)
- 8: DECL_DECLARED_CONSTEXPR_P (in VAR_DECL, FUNCTION_DECL)
Usage of TYPE_LANG_FLAG_?:
0: TYPE_DEPENDENT_P
@@ -149,6 +147,7 @@ framework extensions, you must include this file before toplev.h, not after.
7: DECL_DEAD_FOR_LOCAL (in VAR_DECL).
DECL_THUNK_P (in a member FUNCTION_DECL)
DECL_NORMAL_CAPTURE_P (in FIELD_DECL)
+ 8: DECL_DECLARED_CONSTEXPR_P (in VAR_DECL, FUNCTION_DECL)
Usage of language-independent fields in a language-dependent manner: