]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-common.c
* c-common.c (c_common_nodes_and_builtins): The first parameter to
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Mar 2000 00:03:14 +0000 (00:03 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Mar 2000 00:03:14 +0000 (00:03 +0000)
commit2d47cc32c50b66e3d1f975ba3f5ff41bed7b656f
tree20d913563a657194431e95f314f5d4189f855d3a
parentbd2e0778a03ee39950d8c2eb936d98059ab5a59a
* c-common.c (c_common_nodes_and_builtins): The first parameter to
__builtin_va_start and __builtin_va_copy is now either a 'va_list'
or a reference to a va_list.
* builtins.c (stabilize_va_list): Simplify now we don't have to
work around C array address decay.
* c-typeck.c (convert_for_assignment): Handle assignment to
a reference parameter by taking the address of the RHS.
* ginclude/stdarg.h (va_start): Don't take address of first parameter.
(va_copy): Likewise.
(__va_copy): Likewise.
* ginclude/varargs.h (va_start): Likewise.
(__va_copy): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32821 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/c-common.c
gcc/c-typeck.c
gcc/ginclude/stdarg.h
gcc/ginclude/varargs.h