summaryrefslogtreecommitdiff
path: root/gcc/extend.texi
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1998-07-06 22:30:16 +0000
committerJeff Law <law@gcc.gnu.org>1998-07-06 16:30:16 -0600
commit4051959be99ddba084673788892d3e26bac13621 (patch)
treeb23cba12307f8fdf4a2b138f5bc2d68ad6a9bfd2 /gcc/extend.texi
parent48d4389d553730d881343dcba8aa8ac5518ab8df (diff)
downloadgcc-4051959be99ddba084673788892d3e26bac13621.tar.gz
c-parse.in (struct_head, [...]): New nonterminals.
* c-parse.in (struct_head, union_head, enum_head): New nonterminals. (structsp): Use them. Update files generated from c-parse.in. * extend.texi (Type Attributes): Document it. From-SVN: r20971
Diffstat (limited to 'gcc/extend.texi')
-rw-r--r--gcc/extend.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi
index a7c0766bd24..5cf1b24f2ef 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -2015,6 +2015,9 @@ closing curly brace of a complete enum, struct or union type
@emph{definition} and the @code{packed} attribute only past the closing
brace of a definition.
+You may also specify attributes between the enum, struct or union
+tag and the name of the type rather than after the closing brace.
+
@table @code
@cindex @code{aligned} attribute
@item aligned (@var{alignment})