From: gdr Date: Thu, 8 Oct 2009 03:07:44 +0000 (+0000) Subject: * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=fa024031768de440688ddb227cfa6f94ab013ca9 * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152549 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index cc6fa63515b..5cf2373b1b2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2009-10-07 Gabriel Dos Reis + + * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7. + 2009-10-07 Jason Merrill PR c++/39863 diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 4b273c1221a..208bbe2b106 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: