diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-03-30 00:03:14 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2000-03-30 00:03:14 +0000 |
commit | 9f720c3eba745cb4c97bd827c82f9c28bcbd0027 (patch) | |
tree | 20d913563a657194431e95f314f5d4189f855d3a /gcc/cppinit.c | |
parent | abe79fd4da641ef2f393be1bcac0ae855035e9b1 (diff) | |
download | gcc-9f720c3eba745cb4c97bd827c82f9c28bcbd0027.zip gcc-9f720c3eba745cb4c97bd827c82f9c28bcbd0027.tar.gz gcc-9f720c3eba745cb4c97bd827c82f9c28bcbd0027.tar.bz2 |
c-common.c (c_common_nodes_and_builtins): The first parameter to __builtin_va_start and __builtin_va_copy is now either a...
* 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.
From-SVN: r32821
Diffstat (limited to 'gcc/cppinit.c')
0 files changed, 0 insertions, 0 deletions