mirror of git://gcc.gnu.org/git/gcc.git
tm.texi.in (Type Layout): Update reference to source-code.
* doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to source-code. * doc/tm.texi: Regenerate. From-SVN: r187568
This commit is contained in:
parent
df4ddb118a
commit
176a96de46
|
@ -1,3 +1,9 @@
|
||||||
|
2012-05-16 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
* doc/tm.texi.in (Type Layout) <SIZE_TYPE>: Update reference to
|
||||||
|
source-code.
|
||||||
|
* doc/tm.texi: Regenerate.
|
||||||
|
|
||||||
2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
|
2012-05-15 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
* tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
|
* tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
|
||||||
|
|
|
@ -1634,9 +1634,9 @@ The string can contain more than one keyword. If so, separate them with
|
||||||
spaces, and write first any length keyword, then @code{unsigned} if
|
spaces, and write first any length keyword, then @code{unsigned} if
|
||||||
appropriate, and finally @code{int}. The string must exactly match one
|
appropriate, and finally @code{int}. The string must exactly match one
|
||||||
of the data type names defined in the function
|
of the data type names defined in the function
|
||||||
@code{init_decl_processing} in the file @file{c-decl.c}. You may not
|
@code{c_common_nodes_and_builtins} in the file @file{c-family/c-common.c}.
|
||||||
omit @code{int} or change the order---that would cause the compiler to
|
You may not omit @code{int} or change the order---that would cause the
|
||||||
crash on startup.
|
compiler to crash on startup.
|
||||||
|
|
||||||
If you don't define this macro, the default is @code{"long unsigned
|
If you don't define this macro, the default is @code{"long unsigned
|
||||||
int"}.
|
int"}.
|
||||||
|
|
|
@ -1622,9 +1622,9 @@ The string can contain more than one keyword. If so, separate them with
|
||||||
spaces, and write first any length keyword, then @code{unsigned} if
|
spaces, and write first any length keyword, then @code{unsigned} if
|
||||||
appropriate, and finally @code{int}. The string must exactly match one
|
appropriate, and finally @code{int}. The string must exactly match one
|
||||||
of the data type names defined in the function
|
of the data type names defined in the function
|
||||||
@code{init_decl_processing} in the file @file{c-decl.c}. You may not
|
@code{c_common_nodes_and_builtins} in the file @file{c-family/c-common.c}.
|
||||||
omit @code{int} or change the order---that would cause the compiler to
|
You may not omit @code{int} or change the order---that would cause the
|
||||||
crash on startup.
|
compiler to crash on startup.
|
||||||
|
|
||||||
If you don't define this macro, the default is @code{"long unsigned
|
If you don't define this macro, the default is @code{"long unsigned
|
||||||
int"}.
|
int"}.
|
||||||
|
|
Loading…
Reference in New Issue