Commit 6a27431a by Jakub Jelinek Committed by Jakub Jelinek

extend.texi (__builtin_alloca, [...]): Fix @xref usage.

	* doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
	Fix @xref usage.

From-SVN: r233960
parent fba054c2
2016-03-04 Jakub Jelinek <jakub@redhat.com> 2016-03-04 Jakub Jelinek <jakub@redhat.com>
* doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
Fix @xref usage.
PR debug/69947 PR debug/69947
* dwarf2out.c (prune_unused_types_walk_loc_descr): Handle * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
all other ops that have dw_val_class_die_ref operands, all other ops that have dw_val_class_die_ref operands,
......
...@@ -10714,10 +10714,11 @@ it is the responsibility of its caller to make sure the argument doesn't ...@@ -10714,10 +10714,11 @@ it is the responsibility of its caller to make sure the argument doesn't
cause it to exceed the stack size limit. cause it to exceed the stack size limit.
The @code{__builtin_alloca} function is provided to make it possible to The @code{__builtin_alloca} function is provided to make it possible to
allocate on the stack arrays of bytes with an upper bound that may be allocate on the stack arrays of bytes with an upper bound that may be
computed at run time. Since C99 @xref{Variable Length} Arrays offer computed at run time. Since C99 Variable Length Arrays offer
similar functionality under a portable, more convenient, and safer similar functionality under a portable, more convenient, and safer
interface they are recommended instead, in both C99 and C++ programs interface they are recommended instead, in both C99 and C++ programs
where GCC provides them as an extension. where GCC provides them as an extension.
@xref{Variable Length}, for details.
@end deftypefn @end deftypefn
...@@ -10761,10 +10762,10 @@ the argument doesn't cause it to exceed the stack size limit. ...@@ -10761,10 +10762,10 @@ the argument doesn't cause it to exceed the stack size limit.
The @code{__builtin_alloca_with_align} function is provided to make The @code{__builtin_alloca_with_align} function is provided to make
it possible to allocate on the stack overaligned arrays of bytes with it possible to allocate on the stack overaligned arrays of bytes with
an upper bound that may be computed at run time. Since C99 an upper bound that may be computed at run time. Since C99
@xref{Variable Length} Arrays offer the same functionality under Variable Length Arrays offer the same functionality under
a portable, more convenient, and safer interface they are recommended a portable, more convenient, and safer interface they are recommended
instead, in both C99 and C++ programs where GCC provides them as instead, in both C99 and C++ programs where GCC provides them as
an extension. an extension. @xref{Variable Length}, for details.
@end deftypefn @end deftypefn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment