diff options
author | Alan Modra <amodra@gmail.com> | 2011-03-04 21:21:56 +1030 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2011-03-04 21:21:56 +1030 |
commit | 52517c812172e86276c778b0d1f7fbaa4d1eff6e (patch) | |
tree | f008a868bc91f0fc6b01cb32b3926d458ab0e965 /gcc/tree.h | |
parent | b147c5b92f3bbcda3d5d464d65bdf76e666c34a5 (diff) | |
download | gcc-52517c812172e86276c778b0d1f7fbaa4d1eff6e.zip gcc-52517c812172e86276c778b0d1f7fbaa4d1eff6e.tar.gz gcc-52517c812172e86276c778b0d1f7fbaa4d1eff6e.tar.bz2 |
tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
* tree.h (TREE_ADDRESSABLE): Update FUNCTION_DECL comment.
From-SVN: r170674
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1106,8 +1106,7 @@ extern void omp_clause_range_check_failed (const_tree, const char *, int, /* In VAR_DECL, PARM_DECL and RESULT_DECL nodes, nonzero means address of this is needed. So it cannot be in a register. - In a FUNCTION_DECL, nonzero means its address is needed. - So it must be compiled even if it is an inline function. + In a FUNCTION_DECL it has no meaning. In CONSTRUCTOR nodes, it means object constructed must be in memory. In LABEL_DECL nodes, it means a goto for this label has been seen from a place outside all binding contours that restore stack levels. |