diff options
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r-- | gcc/doc/c-tree.texi | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 9d9c25d..350c9bc 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -1658,14 +1658,11 @@ to the same declaration or type, or @code{NULL_TREE} if there are no further attributes in the list. Attributes may be attached to declarations and to types; these -attributes may be accessed with the following macros. At present only -machine-dependent attributes are stored in this way (other attributes -cause changes to the declaration or type or to other internal compiler -data structures, but are not themselves stored along with the -declaration or type), but in future all attributes may be stored like -this. - -@deftypefn {Tree Macro} tree DECL_MACHINE_ATTRIBUTES (tree @var{decl}) +attributes may be accessed with the following macros. All attributes +are stored in this way, and many also cause other changes to the +declaration or type or to other internal compiler data structures. + +@deftypefn {Tree Macro} tree DECL_ATTRIBUTES (tree @var{decl}) This macro returns the attributes on the declaration @var{decl}. @end deftypefn |