diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2015-05-05 19:36:40 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2015-05-05 19:36:40 +0200 |
commit | 3836ac7c331050381a0162a3725f6f1d02dae8ae (patch) | |
tree | 550550a6e7fc0c589a5a86bca27ea2c819b85b24 | |
parent | 588823d27715ed5e8603b765820d7d60cb810072 (diff) | |
download | gcc-3836ac7c331050381a0162a3725f6f1d02dae8ae.zip gcc-3836ac7c331050381a0162a3725f6f1d02dae8ae.tar.gz gcc-3836ac7c331050381a0162a3725f6f1d02dae8ae.tar.bz2 |
extend.texi (C Extensions): Update menu for moved Variable Attributes and Type Attributes sections.
* doc/extend.texi (C Extensions): Update menu for moved Variable
Attributes and Type Attributes sections.
From-SVN: r222819
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0398a84..07944aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2015-05-05 Uros Bizjak <ubizjak@gmail.com> + * doc/extend.texi (C Extensions): Update menu for moved Variable + Attributes and Type Attributes sections. + +2015-05-05 Uros Bizjak <ubizjak@gmail.com> + PR target/65990 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Error out if rep_8byte stringop strategy was specified for 32-bit target. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a504795..c290059 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -56,14 +56,14 @@ extensions, accepted by GCC in C90 mode and in C++. * Mixed Declarations:: Mixing declarations and code. * Function Attributes:: Declaring that functions have no side effects, or that they can never return. +* Variable Attributes:: Specifying attributes of variables. +* Type Attributes:: Specifying attributes of types. * Label Attributes:: Specifying attributes on labels. * Attribute Syntax:: Formal syntax for attributes. * Function Prototypes:: Prototype declarations and old-style definitions. * C++ Comments:: C++ comments are recognized. * Dollar Signs:: Dollar sign is allowed in identifiers. * Character Escapes:: @samp{\e} stands for the character @key{ESC}. -* Variable Attributes:: Specifying attributes of variables. -* Type Attributes:: Specifying attributes of types. * Alignment:: Inquiring about the alignment of a type or variable. * Inline:: Defining inline functions (as fast as macros). * Volatiles:: What constitutes an access to a volatile object. |